SVN__InfoCommand.st
changeset 867 2ab09b475481
parent 676 b657055561a7
--- a/SVN__InfoCommand.st	Sat Oct 01 13:19:08 2011 +0200
+++ b/SVN__InfoCommand.st	Sat Oct 01 13:19:19 2011 +0200
@@ -68,7 +68,7 @@
 !InfoCommand class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__InfoCommand.st,v 1.5 2009/10/19 12:52:48 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !InfoCommand methodsFor:'executing - private'!
@@ -113,9 +113,9 @@
 !InfoCommand class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__InfoCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__InfoCommand.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !