SVN__CommitCommand.st
changeset 853 c07c59dcfcac
parent 699 d37746f00283
--- a/SVN__CommitCommand.st	Sat Oct 01 13:15:37 2011 +0200
+++ b/SVN__CommitCommand.st	Sat Oct 01 13:15:48 2011 +0200
@@ -68,7 +68,7 @@
 !CommitCommand class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__CommitCommand.st,v 1.5 2009/10/19 12:52:48 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !CommitCommand methodsFor:'accessing'!
@@ -174,9 +174,9 @@
 !CommitCommand class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__CommitCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__CommitCommand.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !