SVN__InfoCommand.st
changeset 867 2ab09b475481
parent 676 b657055561a7
equal deleted inserted replaced
866:89c9a4d10c5e 867:2ab09b475481
    66 ! !
    66 ! !
    67 
    67 
    68 !InfoCommand class methodsFor:'others'!
    68 !InfoCommand class methodsFor:'others'!
    69 
    69 
    70 version_CVS
    70 version_CVS
    71     ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__InfoCommand.st,v 1.5 2009/10/19 12:52:48 fm Exp Â$'
    71     ^ '$Header$'
    72 ! !
    72 ! !
    73 
    73 
    74 !InfoCommand methodsFor:'executing - private'!
    74 !InfoCommand methodsFor:'executing - private'!
    75 
    75 
    76 svnCmd
    76 svnCmd
   111 ! !
   111 ! !
   112 
   112 
   113 !InfoCommand class methodsFor:'documentation'!
   113 !InfoCommand class methodsFor:'documentation'!
   114 
   114 
   115 version
   115 version
   116     ^ '$Id$'
   116     ^ '$Header$'
   117 !
   117 !
   118 
   118 
   119 version_SVN
   119 version_SVN
   120     ^ '§Id: SVN__InfoCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
   120     ^ '§Id: SVN__InfoCommand.st 362 2011-08-08 13:07:42Z vranyj1 §'
   121 ! !
   121 ! !