diff -r 89c9a4d10c5e -r 2ab09b475481 SVN__InfoCommand.st --- 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 §' ! !