[svk-commit] r2718 - trunk/t/bm
nobody at bestpractical.com
nobody at bestpractical.com
Fri Mar 28 03:17:39 EDT 2008
Author: clsung
Date: Fri Mar 28 03:17:38 2008
New Revision: 2718
Modified:
trunk/t/bm/merge.t
Log:
- this test should use branch's --switch instead of switch
Modified: trunk/t/bm/merge.t
==============================================================================
--- trunk/t/bm/merge.t (original)
+++ trunk/t/bm/merge.t Fri Mar 28 03:17:38 2008
@@ -83,7 +83,7 @@
overwrite_file ('B/S/Q/qu', "first line in qu\nblah\n2nd line in qu\n");
$svk->commit ('-m', 'commit message here (r13)','');
-$svk->switch ('//mirror/MyProject/trunk');
+$svk->branch ('--switch', 'trunk');
$svk->branch ('--create', 'smerge/foo', '--switch-to');
append_file ('B/S/Q/qu', "\nappend CBA on local branch foo\n");
More information about the svk-commit
mailing list