[svk-commit] r2815 - trunk/t/bm

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


Author: clsung
Date: Wed May  7 02:57:08 2008
New Revision: 2815

Modified:
   trunk/t/bm/create-nocheckout.t

Log:
- more verbose warning are required for --create in non-checkout path

Modified: trunk/t/bm/create-nocheckout.t
==============================================================================
--- trunk/t/bm/create-nocheckout.t	(original)
+++ trunk/t/bm/create-nocheckout.t	Wed May  7 02:57:08 2008
@@ -19,8 +19,14 @@
 
 my ($copath, $corpath) = get_copath ('MyProject');
 
+TODO: {
+local $TODO = 'To be implemented';
 is_output ($svk, 'branch', ['--create', 'feature/foo'],
-    [qr/path \S+ is not a checkout path./]);
+    [qr/path \S+ is not a checkout path./,
+     "I can't figure out what project you'd like to create a branch in. Please",
+     "either run 'svk branch --create' from within an existing chekout or specify",
+     "a project root using the --project flag"]);
+}
 
 is_output_like ($svk, 'branch', ['--create', 'feature/foo', '//mirror/MyProject'],
     qr'Project branch created: feature/foo');


More information about the svk-commit mailing list