SVN__RepositoryManager.st
changeset 125 3baffe7212b9
parent 123 0d6389e1ce93
child 146 897448c47b51
--- a/SVN__RepositoryManager.st	Mon Sep 28 11:33:25 2009 +0200
+++ b/SVN__RepositoryManager.st	Mon Sep 28 12:14:24 2009 +0200
@@ -11,6 +11,10 @@
 
 !RepositoryManager class methodsFor:'documentation'!
 
+version_CVS
+    ^ '$Header$'
+!
+
 version_SVN
     ^'$Id$'
 ! !
@@ -304,6 +308,7 @@
      terminates. If there is no image, removes working copy.
     "
 
+    workingCopyBase isNil ifTrue: [^self].
     workingCopyBase asFilename exists ifFalse:[^self].
 
     ObjectMemory imageName