*** empty log message ***
authorsr
Fri, 03 Mar 2006 11:42:36 +0100
changeset 1465 b28d95c4f867
parent 1464 edce7759095b
child 1466 82e4152d5e9e
*** empty log message ***
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Thu Feb 23 20:33:33 2006 +0100
+++ b/CVSSourceCodeManager.st	Fri Mar 03 11:42:36 2006 +0100
@@ -199,6 +199,7 @@
 
     | s f top ok triedPath cvsCmd cmdName |
 
+    RemoteCVS := true.
     DisabledModules := nil.
 
     "/
@@ -275,7 +276,6 @@
 "/        'CVSSourceCodeManager [warning]: limited functionality - no >> patch << command found' infoPrintCR.
 "/    ].
 
-    RemoteCVS := true.
     UseWorkTree := false.
 
     CacheDirectoryName ifNil:[
@@ -4286,7 +4286,7 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.299 2006-02-23 19:33:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.300 2006-03-03 10:42:36 sr Exp $'
 ! !
 
 CVSSourceCodeManager initialize!