Re: svn diff, svn merge, and vendor branches (long)
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-08 12:59:03 CET
Eric Gillespie <epg@pretzelnet.org> writes:
> > It appears that you, and Greg Hudson, believe that diff should
I not sure what "diff(1) in all cases" means. All 'svn diff' output
Suppose my repository looks like
/repo/dir1/foo.c
where none of dir1/foo.c, dir2/foo.c and dir4/foo.c have a common
Now you want
svn diff http://host/repo/dir1/foo.c http://host/repo/dir2/foo.c
to ignore revision history and generate direct file-to-file diff. Now
svn diff http://host/repo/dir1 http://host/repo/dir2
That will produce a different diff for foo.c than that produced by the
Or does you request for "diff(1) in all cases" mean that you want the
svn diff http://host/repo/dir1 http://host/repo/dir3/dir4
Would they show different diffs for foo.c?
I still believe that the current 'svn diff' is correct, and I think
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Dec 8 12:59:48 2002 |
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.