The svn mergeinfo command shows the query information related to merges
(or potential merges) between a "source url" and "target". If the
--show-revs option is not provided, display revisions which have been
merged from "source url" to "target". Otherwise, display either merged
or eligible revisions as specified by the --show-revs option. The svn
mergeinfo command requires a "source" URL (where the changes come from),
and takes an optional "target" URL (where the changes merge to). If no
target URL is given, it assumes that the current working directory is
the target.
The synopsis is:
svn mergeinfo <source_url>[@<svn_revision>] [<target>[@<svn_revision>]]
Examples
Merge info between a branch and a working copy svn mergeinfo https://svnrepo/svn/myproject/branches/myproject-1.1
svn mergeinfo https://svnrepo/svn/myproject/branches/myproject-1.1@33 https://svnrepo/svn/myproject/trunk
No comments:
Post a Comment