svn Options
While Subversion has different options for its subcommands,
all options are global—that is, each option is guaranteed to mean
the same thing regardless of the subcommand that you use it with.
For example, --verbose (-v) always
means “verbose output,” no matter which subcommand you use it
with.
-
--auto-props Enable auto-props, overriding the
enable-auto-propsdirective in the config file.-
--config-dirdir Read configuration information from the specified directory instead of the default location (.subversion in the user’s home directory).
-
--diff-cmdcmd Use cmd as the external program to show differences between files. Normally,
svn diffuses Subversion’s internal diff engine, which provides unified diffs by default. To use an external diff program, use--diff-cmd. You can pass options to the diff program with the--extensionsoption (discussed later in this list).-
--diff3-cmdcmd Use cmd as the external program to merge files.
-
--dry-run Pretend to run a command, but make no actual changes—either in the sandbox or in the repository.
-
--editor-cmdcmd Use cmd as the program for editing a log message or a property value. If not set, Subversion checks the environment variables SVN_EDITOR, VISUAL, and EDITOR, in that order, for the name of the editor to use.
-
--encodingenc Use enc as the encoding for the commit message. The default encoding is your operating system’s native locale, and you should specify the encoding if your commit message is in any other encoding.
--extensions ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access