SVN__CommitTask.st
changeset 1092 21d5467c88ef
parent 1089 9b5c701b0ae6
child 1095 ad868d3af03d
--- a/SVN__CommitTask.st	Wed Apr 04 02:13:38 2012 +0200
+++ b/SVN__CommitTask.st	Wed Apr 04 18:44:37 2012 +0200
@@ -144,10 +144,14 @@
             ] ifFalse:[
                 commitLabel := paths asStringWith:', '
             ].
-            self isSelectiveFileoutTask ifTrue:[
-                containers := self containersToFileOut
-            ] ifFalse:[ 
-                containers := #() 
+            paths isEmptyOrNil ifTrue:[
+                self isSelectiveFileoutTask ifTrue:[
+                    containers := self containersToFileOut
+                ] ifFalse:[ 
+                    containers := #() 
+                ]
+            ] ifFalse:[
+                containers := paths
             ]
         ].
         ActivityNotification notify:'Commiting ' , commitLabel.
@@ -185,7 +189,7 @@
     "Created: / 11-04-2008 / 09:20:01 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 19-08-2009 / 12:27:44 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 14-03-2012 / 17:42:25 / jv"
-    "Modified: / 17-03-2012 / 19:59:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 04-04-2012 / 17:39:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 doPrepareWorkingCopy