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

nobody at bestpractical.com nobody at bestpractical.com
Thu May 8 07:18:11 EDT 2008


Author: clsung
Date: Thu May  8 07:18:09 2008
New Revision: 2835

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

Log:
- allow '/' to be a branches rootpath

Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Thu May  8 07:18:09 2008
@@ -644,7 +644,7 @@
 	{
 	    my $ans = get_prompt(
 		loc("And where is the branches/? (%1)\n=> ", $branch_path),
-		qr/^(?:\/?[A-Za-z][-+.A-Za-z0-9]*|$)/
+		qr/^(?:\/?[A-Za-z][-+.A-Za-z0-9]*|^\/|$)/
 	    );
 	    if (length($ans)) {
 		$branch_path = $ans;


More information about the svk-commit mailing list