CVSSourceCodeManager.st
changeset 4327 f756bc4c48c4
parent 4322 e01f3898946f
child 4336 d5a9051236fb
--- a/CVSSourceCodeManager.st	Fri May 25 16:14:36 2018 +0200
+++ b/CVSSourceCodeManager.st	Thu May 31 11:59:50 2018 +0200
@@ -2093,6 +2093,7 @@
 
            ('CVSSourceCodeManager [error]: cvs: ' , whatHappened) errorPrintCR.
            'CVSSourceCodeManager [error]: cannot checkin modified class source' errorPrintCR.
+            self activityNotification:'Checkin failed.'.
             logTmp notNil ifTrue:[logTmp remove].
             ^ false.
         ].
@@ -2123,12 +2124,14 @@
         cmdOut notNil ifTrue:[ cmdOut remove ].
         tempdir notNil ifTrue:[ tempdir recursiveRemove ]
     ].
+    self activityNotification:'Done.'.
     ^ true
 
     "Created: / 05-12-2017 / 23:28:31 / cg"
     "Modified: / 06-12-2017 / 03:19:59 / cg"
     "Modified: / 09-05-2018 / 19:31:44 / stefan"
     "Modified: / 18-05-2018 / 13:43:44 / Stefan Vogel"
+    "Modified: / 31-05-2018 / 11:59:20 / Claus Gittinger"
 !
 
 checkinClass:cls fileName:classFileName directory:packageDir module:moduleDir source:sourceFileName logMessage:logMessage force:forceArg