checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:20:23 +0200
changeset 870 b5c82209345e
parent 869 c701e19b75aa
child 871 3191f88e3d66
checkin to get version methods correct
SVN__Command.st
--- a/SVN__Command.st	Sat Oct 01 13:19:41 2011 +0200
+++ b/SVN__Command.st	Sat Oct 01 13:20:23 2011 +0200
@@ -28,10 +28,10 @@
 "{ NameSpace: SVN }"
 
 Object subclass:#Command
-	instanceVariableNames:'transcript'
-	classVariableNames:'SVNPath'
-	poolDictionaries:''
-	category:'SVN-Private-Commands'
+        instanceVariableNames:'transcript'
+        classVariableNames:'SVNPath'
+        poolDictionaries:''
+        category:'SVN-Private-Commands'
 !
 
 !Command class methodsFor:'documentation'!
@@ -102,7 +102,7 @@
 !Command class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__Command.st,v 1.4 2009/10/19 12:21:26 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !Command methodsFor:'accessing'!
@@ -317,8 +317,9 @@
 
 version
     ^ '$Id$'
+
 !
 
 version_SVN
-    ^ '§Id: SVN__Command.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__Command.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !