SVN__WCEntry.st
changeset 168 71c57efc3d43
parent 40 aacce9a6ec9d
child 342 b9aa6e69af3e
equal deleted inserted replaced
167:b60aceafc8b6 168:71c57efc3d43
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'SVN-Working copy'
     9 	category:'SVN-Working copy'
    10 !
    10 !
    11 
    11 
    12 !WCEntry class methodsFor:'documentation'!
       
    13 
       
    14 version_SVN
       
    15     ^'$Id$'
       
    16 ! !
       
    17 
    12 
    18 !WCEntry class methodsFor:'instance creation'!
    13 !WCEntry class methodsFor:'instance creation'!
    19 
    14 
    20 path: aString
    15 path: aString
    21 
    16 
   171 
   166 
   172 !WCEntry class methodsFor:'documentation'!
   167 !WCEntry class methodsFor:'documentation'!
   173 
   168 
   174 version
   169 version
   175     ^ '$Header$'
   170     ^ '$Header$'
       
   171 !
       
   172 
       
   173 version_CVS
       
   174     ^ '$Header$'
       
   175 !
       
   176 
       
   177 version_SVN
       
   178     ^'Id: SVN__WCEntry.st 113 2009-08-28 11:43:01Z vranyj1 '
   176 ! !
   179 ! !