initial checkin
authorClaus Gittinger <cg@exept.de>
Tue, 23 Aug 2011 19:12:41 +0200
changeset 793 c5be702c9fa0
parent 792 6e8464f6c4c1
child 794 689e191782eb
initial checkin changed: #basicRepositoryForPackage:
SVN__RepositoryManager.st
--- a/SVN__RepositoryManager.st	Tue Aug 23 18:29:13 2011 +0200
+++ b/SVN__RepositoryManager.st	Tue Aug 23 19:12:41 2011 +0200
@@ -389,6 +389,7 @@
     "
     "/New Config Scheme
         SVN::Configuration isLoaded ifFalse:[^nil]."JV: hack for loading issue"
+    SVN::Configuration current isNil ifTrue:[^ nil].
     repo := SVN::Configuration current repositoryFor: package.
     repo ifNil:[^nil].
     repo exists ifFalse:[^nil].
@@ -399,6 +400,7 @@
     "Created: / 16-08-2009 / 18:43:39 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 19-08-2009 / 13:07:45 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 10-04-2010 / 18:27:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-08-2011 / 18:38:53 / cg"
 ! !
 
 !RepositoryManager methodsFor:'queries'!