PerforceSourceCodeManager.st
changeset 3236 94875d03bac0
parent 2983 0732947cdd9f
child 3237 d24781ec9edc
child 3266 bb7eddd40b2e
--- a/PerforceSourceCodeManager.st	Sat Apr 27 14:30:53 2013 +0200
+++ b/PerforceSourceCodeManager.st	Sat Apr 27 14:46:11 2013 +0200
@@ -368,7 +368,7 @@
     |tempdir dir|
 
     "/ if CVSTempDir isNil, use current.
-    OperatingSystem errorSignal handle:[:ex |
+    OsError handle:[:ex |
         self reportError:('cannot create temporary directory').
         ^ nil.
     ] do:[
@@ -1839,7 +1839,7 @@
      Timestamp now printOn:s format:'%h-%m-%s.%i'.
      versionInfo time:s contents.
      PerforceVersionInfo fromRCSString:versionInfo getVersionString.
-     PerforceVersionInfo fromRCSString:'$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.30 2012-12-12 23:02:52 stefan Exp $'
+     PerforceVersionInfo fromRCSString:'$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.31 2013-04-27 12:46:11 cg Exp $'
     "
 
     "Modified: / 01-06-2012 / 13:32:40 / cg"
@@ -1940,9 +1940,10 @@
 !PerforceSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.30 2012-12-12 23:02:52 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.31 2013-04-27 12:46:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.30 2012-12-12 23:02:52 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.31 2013-04-27 12:46:11 cg Exp $'
 ! !
+