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

Re: Adding changeset-like functionality to subversion

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-08 23:55:38 CEST

Noel Yap <yap_noel@yahoo.com> writes:
> Hmm, I had thought the revisions were on a per-branch
> basis, not global. I don't think this should make a
> big difference so long as one can query what the
> previous and next revisions are for any given
> revision.

For revisions in general, the previous is just N-1, and the next is
just N+1 :-).

But for a given revision+path combination, you can ask when were the
previous and next revs at which this path (or something under it)
changed. That's what you wanted, right?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 9 00:22:53 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.