NAME

SVK::Command::Branch - Manage a project with its branches

SYNOPSIS

branch --create [BRANCH]

branch --list [BRANCH...]
branch --create BRANCH [--local] [--switch-to]
branch --move BRANCH1 BRANCH2
branch --merge BRANCH1 BRANCH2 ... TARGET

OPTIONS

-l [--list]            : list mirrored paths
-C [--check-only]      : try operation but make no changes
--create               : create a new branch
--local                : targets in local branch
--switch-to            : also switch to another branch
--merge                : automatically merge all changes between branches