Rename SVN::Error to SVN::SvnError for stc compatibility
authorStefan Vogel <sv@exept.de>
Tue, 21 Jun 2011 16:58:22 +0200
changeset 608 a39e09f70a19
parent 607 e8f965fc6f36
child 609 ec11797bfdfe
Rename SVN::Error to SVN::SvnError for stc compatibility
SVN__Repository.st
--- a/SVN__Repository.st	Tue Jun 21 16:54:26 2011 +0200
+++ b/SVN__Repository.st	Tue Jun 21 16:58:22 2011 +0200
@@ -237,7 +237,7 @@
             branch: self;
             execute.
         true
-    ] on: SVN::Error do:[ false ]
+    ] on: SVN::SvnError do:[ false ]
 
     "Created: / 16-03-2008 / 12:12:17 / janfrog"
     "Modified: / 19-08-2009 / 13:08:25 / Jan Vrany <vranyj1@fel.cvut.cz>"