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

Re: New svn mergeinfo subcommand

From: Peter Samuelson <peter_at_p12n.org>
Date: 2007-09-20 01:25:00 CEST

[Mark Phippard]
> It'd be cool if you could do this and get the exact results back efficiently:
>
> svn log -r 1:4, 9, 13:16, 22
>
> Then you could truly paste the results.

Hmm, not quite. This is the old misfeature where -rM:N means something
different in 'svn log' than in most other commands. (In particular it
includes the left side of the range.) The meaning of ranges in
'mergeinfo', of course, is the same as in 'diff' and 'merge'.

It's the same reason you can't expect 'svn log -r4:8' to refer to the
same changes as 'svn diff -r4:8' today.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 20 01:25:11 2007

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.