SVN__WCCommand.st
changeset 160 1e872a62c0f6
parent 95 135571c6804f
child 322 edc4da7b7e84
equal deleted inserted replaced
159:4a45d27d0968 160:1e872a62c0f6
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'SVN-Private-Commands'
     9 	category:'SVN-Private-Commands'
    10 !
    10 !
    11 
    11 
    12 !WCCommand class methodsFor:'documentation'!
       
    13 
       
    14 version_SVN
       
    15     ^'$Id$'
       
    16 ! !
       
    17 
    12 
    18 !WCCommand methodsFor:'accessing'!
    13 !WCCommand methodsFor:'accessing'!
    19 
    14 
    20 workingCopy
    15 workingCopy
    21     ^ workingCopy
    16     ^ workingCopy
    95 
    90 
    96 !WCCommand class methodsFor:'documentation'!
    91 !WCCommand class methodsFor:'documentation'!
    97 
    92 
    98 version
    93 version
    99     ^ '$Header$'
    94     ^ '$Header$'
       
    95 !
       
    96 
       
    97 version_CVS
       
    98     ^ '$Header$'
       
    99 !
       
   100 
       
   101 version_SVN
       
   102     ^'Id: SVN__WCCommand.st 110 2009-08-19 13:21:10Z vranyj1 '
   100 ! !
   103 ! !