|
NAMESVK::Command::Push - Move changes into another repositorySYNOPSISpush [DEPOTPATH | PATH] OPTIONS-f [--from] PATH : push from the specified path -l [--lump] : merge everything into a single commit log -C [--check-only] : try operation but make no changes -P [--patch] NAME : instead of commit, save this change as a patch -S [--sign] : sign this change --verbatim : verbatim merge log without indents and header DESCRIPTIONThis command is a wrapper around the "smerge" subcommand."svk push" is exactly the same as running svk smerge -If .
Visit the GSP FreeBSD Man Page Interface. |