[svk-commit] r2734 - in trunk: lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Thu Apr 17 18:09:06 EDT 2008


Author: jesse
Date: Thu Apr 17 18:09:04 2008
New Revision: 2734

Modified:
   trunk/   (props changed)
   trunk/lib/SVK/Command/Branch.pm

Log:
 r29854 at 31b:  jesse | 2008-04-17 19:33:31 +0100
 * added a bit more online help for the branch commands


Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm	(original)
+++ trunk/lib/SVK/Command/Branch.pm	Thu Apr 17 18:09:04 2008
@@ -499,13 +499,27 @@
  branch --create BRANCH [--local] [--switch-to]
  branch --move BRANCH1 BRANCH2
  branch --merge BRANCH1 BRANCH2 ... TARGET
+ branch --delete BRANCH1
 
 =head1 OPTIONS
 
- -l [--list]            : list mirrored paths
- -C [--check-only]      : try operation but make no changes
+ -l [--list]            : list branches for this project
  --create               : create a new branch
  --local                : targets in local branch
- --switch-to            : also switch to another branch
- --merge                : automatically merge all changes between branches
+ --delete               : delete BRANCH
+ --switch               : switch the current checkout to another branch
+                          (can be paired with --create)
+ --merge                : automatically merge all changes from BRANCH1, BRANCH2,
+                          etc, to TARGET
+ -C [--check-only]      : try a create, move or merge operation but make no     
+                          changes
+
+
+=head1 DESCRIPTION
+
+SVK provides tools to more easily manage your project's branching
+and merging, so long as you use the standard "trunk,branches/,tags/"
+directory layout for your project or specifically tell SVK where
+your branches live.
+
 


More information about the svk-commit mailing list