Index: svn/StudioHook.cls.xml =================================================================== diff -u -r1592 -r1600 --- svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1592) +++ svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1600) @@ -840,22 +840,25 @@ add into repository - do ..svnHelper.SVNExport(InternalName) + do Repo.SVNExport(InternalName) If ..Debug Write !,"Method 'OnAfterSave' InternalName:"_InternalName_" Object: "_Object_" AddEnd" - }Catch (Exception){ - w !," *** Kutac : error OnAfterSave" - w !," "_Exception.DisplayString() + } Catch (Exception){ + w !," *** Kutac : error OnAfterSave" + w !," "_Exception.DisplayString() } + Quit $$$OK ]]>