SourceCodeManagerUtilities.st
changeset 1347 0260a0af2d84
parent 1339 9a1e91c28cb3
child 1368 20cde03a3cd6
--- a/SourceCodeManagerUtilities.st	Thu Nov 13 12:29:35 2003 +0100
+++ b/SourceCodeManagerUtilities.st	Thu Nov 13 13:57:16 2003 +0100
@@ -349,10 +349,11 @@
             ifFalse:[
                 self warn:'Could not find/access the container for ',fileName,' in the repository.
 This could be due to:
-    - invalid/wrong CVS-Root setting.
-    - missing CVS access rights.
+    - invalid/wrong CVS-Root setting
+    - missing CVS access rights
+        (no access / not logged in)
     - changed CVSRoot after compilation
-      (i.e. wrong CVS-path in classes version method)
+        (i.e. wrong CVS-path in classes version method)
 '.
                 ^ nil
             ]
@@ -2117,5 +2118,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.94 2003-10-27 09:39:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.95 2003-11-13 12:57:16 cg Exp $'
 ! !