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

Re: --change and multiple changes (Issue #1213)

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-11-01 16:20:23 CET

Karl Chen wrote:
>
> I would like to re-raise my wishlist issue from 2.5 years ago,
> issue #1213 titled "--revision PREVX enhancement wish".
>
> Briefly, one usage scenario that I and others do often is to
> iterate sequentially through changes to one particular file.
[...]
> So I wish for an easy way to say "show me the diff of 1 change
> ago", "show me the diff of 2 changes ago", etc.,

That's not clear. The difference between what and what? "Ago" from when?

The syntax you suggested below allows you to request the difference between a
specified revision (number/date/keyword) and the revision N changes ago from
that. It doesn't, for instance, allow you to request the difference between N
and N+1 changes ago (from HEAD, BASE, or similar) which is what I imagine you
would want for the scenario you mentioned above.

Can you show how you would achieve your goal of easily iterating through the
changes to a file with your suggested syntax or another syntax?

- Julian

> "--change -1:N" is
> equivalent to "--revision (M-1):M" where M is the last COMMITTED
> revision <= N (similar to the difference between HEAD and
> COMMITTED).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 1 16:21:36 2005

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.