SVN__WCError.st
changeset 156 4eed92b1e415
parent 42 c11423aefc2f
child 269 0928ea171704
equal deleted inserted replaced
155:eb81c3c1e914 156:4eed92b1e415
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'SVN-Working copy'
     9 	category:'SVN-Working copy'
    10 !
    10 !
    11 
    11 
    12 !WCError class methodsFor:'documentation'!
       
    13 
       
    14 version_SVN
       
    15     ^'$Id$'
       
    16 ! !
       
    17 
    12 
    18 !WCError class methodsFor:'documentation'!
    13 !WCError class methodsFor:'documentation'!
    19 
    14 
    20 version
    15 version
    21     ^ '$Header$'
    16     ^ '$Header$'
       
    17 !
       
    18 
       
    19 version_CVS
       
    20     ^ '$Header$'
       
    21 !
       
    22 
       
    23 version_SVN
       
    24     ^'Id: SVN__WCError.st 70 2009-04-16 12:47:44Z vranyj1 '
    22 ! !
    25 ! !