First page Back Continue Last page Overview Graphics
SVN Commands
Just like CVS, SVN uses a sub-command interface:
svn <command> {<options>} {<arguments>}
Unlike CVS, SVN has no concept of global versus command-specific options. This is A Good Thing(TM).
Common options:
--force be forceful
-q be quiet
-r <rev>[:<rev>] operate on this revision(s)
-v be verbose
--targets <file> reads <file> for additional args
-N non-recursive (like CVS)
The most useful command: help
Notes: