checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:17:46 +0200
changeset 859 0f4bea7ae9c5
parent 858 4c983d59d1e1
child 860 72ee9e990b6d
checkin to get version methods correct
SVN__CreateRepositoryCommand.st
--- a/SVN__CreateRepositoryCommand.st	Sat Oct 01 13:17:35 2011 +0200
+++ b/SVN__CreateRepositoryCommand.st	Sat Oct 01 13:17:46 2011 +0200
@@ -68,7 +68,7 @@
 !CreateRepositoryCommand class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__CreateRepositoryCommand.st,v 1.4 2009/10/19 12:24:32 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !CreateRepositoryCommand methodsFor:'accessing'!
@@ -123,9 +123,9 @@
 !CreateRepositoryCommand class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__CreateRepositoryCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__CreateRepositoryCommand.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !