class: CVSSourceCodeManager
authorClaus Gittinger <cg@exept.de>
Fri, 11 Jul 2014 02:23:07 +0200
changeset 3592 3407ff53d7d1
parent 3591 d86841bb0d5c
child 3593 b50ee8847a7e
class: CVSSourceCodeManager changed: #createLocalDirectory:inModule:with:
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Fri Jul 11 02:20:53 2014 +0200
+++ b/CVSSourceCodeManager.st	Fri Jul 11 02:23:07 2014 +0200
@@ -839,7 +839,7 @@
             OperatingSystem isVMSlike ifTrue:[
                 self error:'VMS case not yet implemented'
             ].
-            unixPath := path name copyReplaceAll:$\ with:$/
+            unixPath := path name asUnixFilenameString
         ].
 
         (self checkOut:unixPath module:moduleDir in:tempdir) ifFalse:[
@@ -5446,11 +5446,11 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.486 2014-06-14 09:30:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.487 2014-07-11 00:23:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.486 2014-06-14 09:30:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.487 2014-07-11 00:23:07 cg Exp $'
 ! !