In a commit - adds a new file to a repository. In an update - locally adds a file that was added in the repository. In a status - informs about a new file scheduled for addition.
If copyFromPath
is not null then it says that path
is copied from copyFromPath
located in copyFromRevision
.
@param path a file path relative to the root directory opened by {@link #openRoot(long) openRoot()}
@param copyFromPath an ancestor of the added file
@param copyFromRevision the revision of the ancestor
@throws SVNException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|