Re: Resolution of 'svn diff' change?
From: William Uther <willu.mailingLists_at_cse.unsw.edu.au>
Date: 2003-05-20 07:25:54 CEST
On Tuesday, May 20, 2003, at 01:53 PM, Greg Hudson wrote:
> On Mon, 2003-05-19 at 23:36, Ben Collins-Sussman wrote:
6. compare a couple of files (file1 file2 file3) in two different
Does this also work as a merge syntax?
Case 1 makes no sense as merge
svn merge -r M:N path
Compares the path [at the given revisions] and then merges the diff
Case 4 does make sense
svn merge --old=url1[@REV] --new=url2[@REV]
Compares the two paths and merges the diff into the current working
Case 5 makes no sense as merge
svn merge --old=branch_url1[@REV] --new=branch_url2[@rev] file1
Compares the supplied files from the two branches [at the given
Will :-}
-- Dr William Uther National ICT Australia Phone: +61 2 9385 6926 School of Computer Science and Engineering Email: willu@cse.unsw.edu.au University of New South Wales Jabber: willu@jabber.cse.unsw.edu.au Sydney, Australia --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue May 20 07:27:27 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.