changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:17:58 +0200
changeset 163 e3e0635b7c82
parent 162 02c7adb197a0
child 164 289ec2b95b3f
changed: #version_SVN
SVN__Command.st
--- a/SVN__Command.st	Tue Sep 29 17:17:54 2009 +0200
+++ b/SVN__Command.st	Tue Sep 29 17:17:58 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Private-Commands'
 !
 
-!Command class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !Command class methodsFor:'instance creation'!
 
@@ -224,4 +219,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__Command.st 70 2009-04-16 12:47:44Z vranyj1 '
 ! !