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