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

Re: Dropping Subversion

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-04-02 11:11:37 CEST

C.A.T.Magic wrote:
> Nicolás Lichtmaier wrote:
>> I couldn't sell that to them. And they are right. It would be a mess to
>> follow, to organize. There's no way to say "which tags and in which
>> revisions are in this file?"
>
> do you mean something like this?
>
> cvs status -v foo
> ===================================================================
> File: foo Status: Up-to-date
>
> Working revision: 1.4
> Repository revision: 1.4 /CVS/Project/foo,v
> Sticky Tag: (none)
> Sticky Date: (none)
> Sticky Options: (none)
>
> Existing Tags:
> foo-V01-00 (revision: 1.1)
> foo-V02-00 (revision: 1.2)
> foo-V03-01 (revision: 1.3)
> foo-V04-03 (revision: 1.4)
>
>
>
> is there anything similar possible in svn?
>
> this would require an svn command for something like
> 'list all node-copies of this file that currently exist in -rHEAD below
> /tags or /branches'
> hmm... sounds easy - is it? :-)

I think that "list all node-copies of this file" is possible, but it would
be O(n) with the number of node-revisions. So, not so helpful once your
repository starts getting big.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 11:16:13 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.