SVN__UpdateCommand.st
changeset 179 04b13934640d
parent 14 d14a3afdaa20
child 313 639dbb0e8150
--- a/SVN__UpdateCommand.st	Tue Sep 29 17:18:47 2009 +0200
+++ b/SVN__UpdateCommand.st	Tue Sep 29 17:18:50 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Private-Commands'
 !
 
-!UpdateCommand class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !UpdateCommand methodsFor:'executing - private'!
 
@@ -29,4 +24,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__UpdateCommand.st 70 2009-04-16 12:47:44Z vranyj1 '
 ! !