[svk-commit] r2805 - in trunk: t/bm

nobody at bestpractical.com nobody at bestpractical.com
Tue May 6 12:32:06 EDT 2008


Author: clsung
Date: Tue May  6 12:32:06 2008
New Revision: 2805

Modified:
   trunk/lib/SVK/Command/Branch.pm
   trunk/t/bm/prop-setup-inverse-layout.t

Log:
- add --project PROJECTNAME to doc
- inverse layout is incompleted so far.

Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Tue May  6 12:32:06 2008
@@ -697,6 +697,7 @@
                           (can be paired with --create)
  --merge                : automatically merge all changes from BRANCH1, BRANCH2,
                           etc, to TARGET
+ --project              : specify the target project name 
  --push                 : move changes to wherever this branch was copied from
  --setup                : setup a project for a specified DEPOTPATH
  -C [--check-only]      : try a create, move or merge operation but make no     

Modified: trunk/t/bm/prop-setup-inverse-layout.t
==============================================================================
--- trunk/t/bm/prop-setup-inverse-layout.t	(original)
+++ trunk/t/bm/prop-setup-inverse-layout.t	Tue May  6 12:32:06 2008
@@ -26,8 +26,6 @@
 $svk->mirror('//mirror/nomeans', $uri);
 $svk->sync('//mirror/nomeans');
 
-TODO: {
-local $TODO = 'no implemented yet';
 $answer = ['', '','',''];
 $svk->branch('--setup', '//mirror/nomeans/trunk/sushi');
 
@@ -40,6 +38,8 @@
 is_output ($svk, 'branch', ['--setup', '//mirror/nomeans/trunk/sushi'],
     ['Project already set in properties: //mirror/nomeans/trunk/sushi']);
 
+TODO: {
+local $TODO = 'no implemented yet';
 chdir($copath);
 
 is_output ($svk, 'branch', ['--list', '//mirror/nomeans/trunk/benshi'], []);


More information about the svk-commit mailing list