class: CVSSourceCodeManager
authorClaus Gittinger <cg@exept.de>
Sat, 14 Jun 2014 11:03:33 +0200
changeset 3581 6d1eddd62950
parent 3580 c2e7385b4924
child 3582 9ea25bf13e00
class: CVSSourceCodeManager comment/format in: #documentation
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Wed Jun 11 11:23:21 2014 +0200
+++ b/CVSSourceCodeManager.st	Sat Jun 14 11:03:33 2014 +0200
@@ -80,7 +80,7 @@
           only source code for files NOT found in the repository (this will not be required in future versions).
 
     Caveat:
-        currently, the rcs container is accessed directly, since cvs mangles the files ident-string and
+        currently, the rcs container is accessed directly, since cvs mangles the file's ident-string and
         thus does not correctly recreate the original file (all source is offset by some characters w.r.t. the
         compiled file).
         Therefore, server-mode CVS is not supported.
@@ -5446,11 +5446,11 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.484 2014-06-11 09:23:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.485 2014-06-14 09:03:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.484 2014-06-11 09:23:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.485 2014-06-14 09:03:33 cg Exp $'
 ! !