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

Re: keeping track of branch creation point

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-11-24 15:36:14 CET

Sebastien Cevey <seb@cine7.net> writes:

> On Sun, Nov 24, 2002 at 08:12:21AM -0600, Ben Collins-Sussman wrote:
>
> > Humans shouldn't have to remember the exact revision in which a
> > branch was created
>
> Isn't there a way to remember when (=which revision) a file/directory
> was added to the repository ? Something like "First Changed Revision"
> just like the "Last Changed Revision" given by svn info ?

Run 'svn log' on the object and see what last printed rev is. :-)

Really, that's just the same as running svn_fs_revisions_changed() on
an object. I suppose the server could send this "first revision" to
the client to be cached, just like "last changed revision" is cached,
and we could map a revision keyword to it, like FIRST. But I'm not
sure how often it would be used. The very first time you do a merge
from branch to branch, you'd use the FIRST value. The next time you
do a merge, you'd continue merging from whatever revision you left off
at.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 24 15:38:49 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.