
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
svn add
|
191
--stop-on-copy
Causes a Subversion subcommand that is traversing the history of a versioned
resource to stop harvesting that historical information when a copy—that is, a
location in history where that resource was copied from another location in the
repository—is encountered.
--strict
Causes Subversion to use strict semantics, a notion which is rather vague unless
talking about specific subcommands.
--targets FILENAME
Tells Subversion to get the list of files that you wish to operate on from the file-
name you provide instead of listing all the files on the command line.
--username NAME
Indicates that you are providing your username for authentication on the com-
mand line—otherwise, if it is needed, Subversion will prompt you for it.
--verbose (-v)
Requests that the client print out as much information as it can while running
any subcommand. This may result in Subversion printing out additional fields,
detailed information about every file, or additional information regarding its
actions.
--version
Prints the client version info. This information not only includes the version
number of the client, but also a listing of all repository access modules that the
client can use to access a Subversion repository.
--xml
Prints output in XML format.
svn Subcommands
svn add
Adds files and directories. ...