[svk-commit] r2883 - trunk/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Sat May 17 02:32:19 EDT 2008


Author: clsung
Date: Sat May 17 02:32:18 2008
New Revision: 2883

Modified:
   trunk/lib/SVK/Command/Branch.pm

Log:
- fix #EK5C, random defaults for project in multiproject env.

Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Sat May 17 02:32:18 2008
@@ -795,6 +795,7 @@
 	#    }
 	#}
     if ($ans eq 'n') {
+	$proj = $self->load_project($self->arg_depotpath($target->depotpath));
 	if (!$proj) {
 	    $logger->info( loc("New Project depotpath encountered: %1\n", $target->path));
 	} else {


More information about the svk-commit mailing list