# HG changeset patch # User fm # Date 1253724408 -7200 # Node ID c11423aefc2f796b9c726a9c7dbfa2bd9b90d9d7 # Parent cca281952a5c121aa127e33b0dcd026cd1e43b6c initial checkin diff -r cca281952a5c -r c11423aefc2f SVN__WCError.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SVN__WCError.st Wed Sep 23 18:46:48 2009 +0200 @@ -0,0 +1,22 @@ +"{ Package: 'cvut:stx/goodies/libsvn' }" + +"{ NameSpace: SVN }" + +Smalltalk::Error subclass:#WCError + instanceVariableNames:'' + classVariableNames:'' + poolDictionaries:'' + category:'SVN-Working copy' +! + +!WCError class methodsFor:'documentation'! + +version_SVN + ^'$Id$' +! ! + +!WCError class methodsFor:'documentation'! + +version + ^ '$Header$' +! !