Subversion command-line client
svn subcommand [options] [args]
QNX Neutrino
- --version
- Display the program version and RA modules.
- --version --quiet
- Display just the version number.
Subversion is a tool for version control;
svn is the command-line client to it.
The subcommands include:
- add
- blame (praise, annotate, ann)
- cat
- checkout (co)
- cleanup
- commit (ci)
- copy (cp)
- delete (del, remove, rm)
- diff (di)
- export
- help (?, h)
- import
- info
- list (ls)
- lock
- log
- merge
- mkdir
- move (mv, rename, ren)
- propdel (pdel, pd)
- propedit (pedit, pe)
- propget (pget, pg)
- proplist (plist, pl)
- propset (pset, ps)
- resolved
- revert
- status (stat, st)
- switch (sw)
- unlock
- update (up)
For help on a specific subcommand, type:
svn help subcommand
Most subcommands take file and/or directory arguments, recursing
on the directories. If no arguments are supplied to such a
command, it recurses on the current directory (inclusive) by default.
For additional information, see
http://subversion.tigris.org/.
cvs
Version Control with Subversion