Thursday, July 16, 2009

SVN

The command line client for the Subversion is svn. The syntax of svn is:

svn [options] subcommands [arguments]

The options and subcommands may be provided in any order.

svn Options:

Subversion has many options for its subcommands. All the options of the Subversion are global, means each option means the same thing regardless of the subcommand. E.g. --verbose(-v) always means “verbose output” with whichever subcommand you use it with.

svn Subcommands:

The Subcommands are the main user interface to Subversion. It is with them that the user performs operations on the Subversion.

svn Arguments:

Arguments are the parameters provided to the subcommands to perform certain options. Each subcommand has its own set of arguments.

No comments:

Post a Comment