Note: If using the Subversion command-line client, a revision range of the form
1-5 means all changes starting from revision 2 up to revision 5
(the changes necessary to reach revision 5, committed after revision 1). Unlike the
Subversion command-line client, in Syncro SVN Client the revision ranges are
inclusive, meaning that it will process all revisions, starting with revision 1, up to
and including revision 5.
Attention: The HEAD revision is the only non-numerical
revision allowed, and it can only be used when specifying revision ranges as one of
the ends of the range (for example, 10-HEAD). Be careful when using
it, as it might not refer to the desired revision, if it has recently been committed
by another user.
Tip: If you want to perform a
reverse
merge and roll-back your working copy changes that have already been
committed to the repository, use the
negative revisions notation (for example,
-7) or
backward revision ranges (for example,
20-10).