SVN__WCCommand.st
changeset 160 1e872a62c0f6
parent 95 135571c6804f
child 322 edc4da7b7e84
--- a/SVN__WCCommand.st	Tue Sep 29 17:17:45 2009 +0200
+++ b/SVN__WCCommand.st	Tue Sep 29 17:17:48 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Private-Commands'
 !
 
-!WCCommand class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !WCCommand methodsFor:'accessing'!
 
@@ -97,4 +92,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__WCCommand.st 110 2009-08-19 13:21:10Z vranyj1 '
 ! !