This section specifies the equivalent Subversion commands for each action in the Syncro SVN Client action.
--revision rev specifies the desired revision(if necessary).
URL is the repository URL you want to check out from.
PATH is the location on the file system.
--revision rev specifies the desired revision(if necessary).
PATH is the location on the file system of the resource to update.
There are two behaviours for the update action in Syncro SVN client. If invoked from the Synchronize View, it updates the resources to the HEAD revision. If invoked from the Working Copy view it always updates to the HEAD revision.
-m "log message" specifies the commit comment.
--no unlock specifies that the resource should keep locks after commit if this is the case.
PATH is the location on the file system of the resource to commit. Can be more than one.
--revision rev1:rev2 specifies the desired revisions to be compared.
PATH is the location on the file system of the resource to be compared.
If you use the Compare with latest from HEAD from the Working copy view you will be comparing the local file with the HEAD revision file. If you use Compare with BASE revision the local file will be compared with the pristine copy. From the Synchronize view you can compare the working copy file with the HEAD revision file. You can choose to compare the local file with an older revision or two revisions of the same file from the History view.
--revision rev1:rev2 - specifies the range of revisions for which to obtain the log.
--limit N - limits the number of log messages to N.
--verbose - gives detailed information about the operation.
Syncro SVN Client uses by default the --limit option in order to obtain only 50 log messages.
--verbose - specifies that the status of all files should be reported.
PATH - The location on the file system to get status for.
--show-updates - get the resource status by contacting the repository.
PATH - The location on the file system to get status for.
-m "log message" - specifies the commit log message
PATH - the local path to the resource on the file system.
URL - the URL on the repository where the resource will be imported.
--revision rev specifies the desired revision(if necessary).
URL is the repository URL you want to export from.
PATH is the location on the file system where to export.
--revision HEAD - specifies that the information will be for the HEAD revision of the resource.
PATH - the local file system path to the resource.
URL - the repository URL for the resource.
This command can obtain information for a resource from a working copy or from a Subversion repository.
PATH- the local file system path for the unversioned resources to be added to version control. More than one can be specified.
svn:ignore
- the predefined
property name for ignoring resources.
PATH
- the relative path from the
working copy root for the resource to be
ignored.
PARENTPATH
- the path to the parent
of the resource to be ignored.
--recursive
- specifies that he
operation should be performed recursively.
PATH
- the local file system path
for the resource to delete.
URL
- the repository URL for the
resource to delete.
This command can delete resources from a working copy or from a Subversion repository.
SRCPATH
- the working copy path of
the resource to be copied.
DSTPATH
- the working copy path to
be copied to.
SRCURL
- the repository path of the
resource to be copied.
DSTURL
- the repository path to be
copied to.
SRCPATH
- the working copy path of
the resource to be moved.
DSTPATH
- the working copy path to
be moved to.
SRCURL
- the repository path of the
resource to be moved.
DSTURL
- the repository path to be
moved to.
--recursive - specifies that he operation should be performed recursively.
PATH - the path to the resource in the local working copy.
--recursive - specifies that he operation should be performed recursively.
PATH - the local working copy path to revert.
PATH
- the local path for the
resource
PROPNAME
- the property
name.
First you can discover the property names with svn proplist, then you can obtain their values with svn propget.
-m "log message" - the commit comment
URL1 - the source repository URL.
rev1 - the revision of the source.
URL2 - the destination repository URL.
PATH - the source working copy path.
URL - the destination repository URL.
--dry-run - specifies that the operation will be simulated without making any modifications.
URL - the repository URL for the resource to merge.
URL1 - the repository URL for the start branch to merge.
rev1 - the start revision for the resource to merge.
URL2 - the repository URL for the end branch to merge.
rev2 - the end revision for the resource to merge.
PATH - the destination path in the working copy for the result of the merge
--show-updates - get the resource status by contacting the repository.
--verbose - specifies that the status of all files should be reported.
PATH - The location on the file system to get status for.
The command will obtain the repository status for all the resources in the path.
--force - forces(steals) the lock
-m "log message" - the lock comment.
PATH - the path to the file from the working copy..
--force - forces(breaks) the lock
PATH - the path to the file from the working copy..
FILE
- the file to be marked as
merged.
FILE.TMP
- a temporary
filename.
-m "log message" specifies the commit comment.
--no unlock specifies that the resource should keep locks after commit if this is the case.
PATH is the location on the file system of the resource to be committed.
--recursive
- specifies that the
property should be set recursively.
PROPNAME
- the property
name.
PROPVALUE
- the property
value.
PATH
- the resource path.
--recursive
- specifies that the
property should be deleted recursively.
PROPNAME
- the property
name.
PATH
- the resource path.