Index: svn/StudioHook.cls.xml =================================================================== diff -u -r1685 -r1707 --- svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1685) +++ svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1707) @@ -902,6 +902,7 @@ set ..ProjectNameModified = Repo.ExternalName(InternalName,$$$FULLPATH) } } + Do ##class(svn.Event.SourceCodeSaved).Raise(InternalName) do Repo.SVNExport(InternalName) If ..Debug Write !,"Method 'OnAfterSave' InternalName:"_InternalName_" Object: "_Object_" AddEnd"