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

Re: [PATCH] 'last N changes' mode for svn log

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-07-06 02:24:36 CEST

Garrett Rooney wrote:

>On Tue, 06 Jul 2004 02:14:54 +0200, Branko Čibej <brane@xbc.nu> wrote:
>
>
>>Garrett Rooney wrote:
>>
>>
>>
>>>On 05 Jul 2004 12:04:17 -0500, kfogel@collab.net <kfogel@collab.net> wrote:
>>>
>>>
>>>
>>>
>>>>So, here's a wicked question: shouldn't an offset of "HEAD-10" on a
>>>>file show you the last ten revisions *in which that file changed*, not
>>>>simply the revisions numbered HEAD through HEAD-10? :-) (Or did your
>>>>code already do that, and I just missed it?)
>>>>
>>>>
>>>>
>>>>
>>>It does do that already ;-) The repos level functions use the path
>>>you gave it to root the history, then go back in time using that, so
>>>you start at the most recent rev in which that item changed and move
>>>back through the list of revs where it changed. It pretty much works
>>>the way I'd expect it to, and if I'm reading your question right I
>>>think it works the way you'd expect it to ;-)
>>>
>>>
>>>
>>>
>>So. Implement this, go a trunk working copy, and do:
>>
>> svn log -rHEAD:HEAD-3 COMMITTERS HACKING
>>
>>In your interpretation, HEAD-3 is currently r9966 for COMMITTERS, but
>>r9793 for HACKING. I think both of you are expecting a can opener -- for
>>cans of worms. :-)
>>
>>
>
>That's why the patch I sent only allows a single target for the
>bounded version of log ;-)
>
>If we allow more than one target I believe the correct behavior would
>be to get the last N revs for each target, merge them all together and
>then return the most recent N from the merged set. I'm not sure if
>this is usefull enough to bother implementing it though.
>
>
I think it would be very confusing to allow multiple targets in, e.g.,
-rHEAD:9000, but not -rHEAD:HEAD-3.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 6 02:26:54 2004

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.