[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Issue 1351] New - svn -r 939 log vs. svn -r 939 diff inconsistency

From: Ben Collins <bcollins_at_debian.org>
Date: 2003-06-06 19:43:21 CEST

> We just spent weeks debating about the 'svn diff' UI. 'svn diff' and
> 'svn log' aren't related commands at all. They're not supposed to be
> related; if anything, 'svn diff' and 'svn merge' are meant to be
> similar. But just because two commands take revision ranges doesn't
> mean they're supposed to behave the same.

Any chance of log getting the ability to append the diff? Would be nice
to be able to do "Oh, you want my changeset for this bug?: svn log
--verbose --diff -r 930 > rev930.diff

And the result would be the same as:

svn log -r 930 > rev930.diff
svn diff -r 929:930 >> rev930.diff

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo       - http://www.deqo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 6 20:47:06 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.