[svk-commit] r3072 - trunk/lib/SVK/Command
nobody at bestpractical.com
nobody at bestpractical.com
Thu Aug 21 14:14:01 EDT 2008
Author: alexmv
Date: Thu Aug 21 14:14:01 2008
New Revision: 3072
Modified:
trunk/lib/SVK/Command/Branch.pm
Log:
* Doc fixes for missing options
Modified: trunk/lib/SVK/Command/Branch.pm
==============================================================================
--- trunk/lib/SVK/Command/Branch.pm (original)
+++ trunk/lib/SVK/Command/Branch.pm Thu Aug 21 14:14:01 2008
@@ -1031,6 +1031,8 @@
branch --setup DEPOTPATH
branch --push [BRANCH]
branch --pull [BRANCH]
+ branch --offline [BRANCH]
+ branch --online [BRANCH]
=head1 OPTIONS
@@ -1040,7 +1042,7 @@
--local : targets in local branch
--delete [--rm|del]: delete BRANCH(s)
--checkout [--co] : checkout BRANCH in current directory
- --switch : switch the current checkout to another branch
+ --switch-to : switch the current checkout to another branch
(can be paired with --create)
--merge : automatically merge all changes from BRANCH1, BRANCH2,
etc, to TARGET
@@ -1052,7 +1054,13 @@
--from-tag TAG : specify the source tag name
-C [--check-only] : try a create, move or merge operation but make no
changes
+ -P [--patch] FILE : Show the patch between the branch and where it was
+ copied from
--export : used with --checkout to create a detached copy
+ --offline : takes the current branch offline, making a copy
+ under //local
+ --online : takes the current branch online, pushing changes back
+ to the mirror path, and then switches to the mirror
=head1 DESCRIPTION
More information about the svk-commit
mailing list