Re: svn diff, svn merge, and vendor branches (long)
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-08 18:40:45 CET
Eric Gillespie <epg@pretzelnet.org> writes:
> Diffing a and b with diff(1) produces a meaningful diff.
You keep repeating "useless". OK, I'll keep repeating "correct".
[snip]
> Then you aren't listening. If svn would simply hand off the
That would make 'svn diff' totally different from 'svn merge', I would
> > svn diff http://host/repo/dir1 http://host/repo/dir3/dir4
I don't see how to implement it. With a repository
/repos/dir1/foo.c
you want
svn diff http://host/repo/dir1/foo.c http://host/repo/dir3/dir4/foo.c
to show the same diff for foo.c. I don't see how "hand off to diff"
/dir3/dir5/foo.c
What does
svn diff http://host/repo/dir1 http://host/repo/dir3
show now?
I guess the question I really have is: why you don't just ensure that
-- 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 18:41:24 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.