initial checkin
authorClaus Gittinger <cg@exept.de>
Fri, 19 Aug 2011 13:34:26 +0200
changeset 791 ed0b6f483191
parent 790 a673fe9d33d4
child 792 6e8464f6c4c1
initial checkin changed: #svnProgram
SVN__Command.st
--- a/SVN__Command.st	Fri Aug 19 13:08:34 2011 +0200
+++ b/SVN__Command.st	Fri Aug 19 13:34:26 2011 +0200
@@ -285,7 +285,7 @@
                 SVNPath := h valueNamed:''.
             ].
         ].
-        SVNPath notEmptyOrNil ifTrue:[
+        (SVNPath notEmptyOrNil and:[SVNPath asFilename exists]) ifTrue:[
             "/ path can include spaces (sigh)
             ^ '"',SVNPath,'"'
         ].
@@ -298,6 +298,7 @@
     "
 
     "Modified: / 12-04-2010 / 16:14:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 19-08-2011 / 13:34:05 / cg"
 ! !
 
 !Command methodsFor:'initialization'!