changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:19:39 +0200
changeset 195 a84095525ed2
parent 194 47e56b381541
child 196 b9f60907c72a
changed: #version_SVN
SVN__RepositoryConfiguration.st
--- a/SVN__RepositoryConfiguration.st	Tue Sep 29 17:19:35 2009 +0200
+++ b/SVN__RepositoryConfiguration.st	Tue Sep 29 17:19:39 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Core'
 !
 
-!RepositoryConfiguration class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !RepositoryConfiguration class methodsFor:'instance creation'!
 
@@ -160,4 +155,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__RepositoryConfiguration.st 111 2009-08-19 20:07:10Z vranyj1 '
 ! !