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

nobody at bestpractical.com nobody at bestpractical.com
Wed May 7 08:56:56 EDT 2008


Author: clsung
Date: Wed May  7 08:56:55 2008
New Revision: 2821

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

Log:
- don't prompt --setup when already --setup

Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Wed May  7 08:56:55 2008
@@ -120,6 +120,7 @@
 	    $target->depot, $target->path );
     return $proj if $proj;
 
+    return if $self->{setup};
     if ($SVN::Node::dir == $target->root->check_path($target->_to_pclass($target->path)->subdir('trunk'))) {
 	my $possible_pname = $target->_to_pclass($target->path)->dir_list(-1);
 	$logger->info(


More information about the svk-commit mailing list