SVN__WCCommand.st
changeset 852 562b2f7e178d
parent 734 3a14264965a9
equal deleted inserted replaced
851:32edde5d1f19 852:562b2f7e178d
    66 ! !
    66 ! !
    67 
    67 
    68 !WCCommand class methodsFor:'others'!
    68 !WCCommand class methodsFor:'others'!
    69 
    69 
    70 version_CVS
    70 version_CVS
    71     ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__WCCommand.st,v 1.4 2009/10/19 12:24:48 fm Exp Â$'
    71     ^ '$Header$'
    72 ! !
    72 ! !
    73 
    73 
    74 !WCCommand methodsFor:'accessing'!
    74 !WCCommand methodsFor:'accessing'!
    75 
    75 
    76 workingCopy
    76 workingCopy
   150 ! !
   150 ! !
   151 
   151 
   152 !WCCommand class methodsFor:'documentation'!
   152 !WCCommand class methodsFor:'documentation'!
   153 
   153 
   154 version
   154 version
   155     ^ '$Id$'
   155     ^ '$Header$'
   156 !
   156 !
   157 
   157 
   158 version_SVN
   158 version_SVN
   159     ^ '§Id: SVN__WCCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
   159     ^ '§Id: SVN__WCCommand.st 363 2011-08-08 13:49:48Z vranyj1 §'
   160 ! !
   160 ! !