SVN__BranchCommand.st
changeset 894 281fa1dd7cae
parent 748 671ac5816ee7
--- a/SVN__BranchCommand.st	Sat Oct 01 13:25:58 2011 +0200
+++ b/SVN__BranchCommand.st	Sat Oct 01 13:26:11 2011 +0200
@@ -68,7 +68,7 @@
 !BranchCommand class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__BranchCommand.st,v 1.5 2009/10/19 12:52:48 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !BranchCommand methodsFor:'accessing'!
@@ -161,9 +161,9 @@
 !BranchCommand class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__BranchCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__BranchCommand.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !