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

Re: Subversion "labels" vs. "tags"

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-05-24 19:04:14 CEST

David Weintraub wrote:

>On the user list, I mentioned that there are really two forms of
>"obliterate": One removes a particular version of a file (like
>ClearCase's "rmversion") and one that removes the entire history of a
>file (like ClearCase's "rmelem"). I consider the former to be more
>used than the latter.
>
>The problem I see is that Subversion doesn't version a particular
>file, but the entire archive. Because of this, I imagine it would be
>rather difficult to implement such commands.
>
>
That's not really the reason wny it's difficult. The main problem is
that you have to scan the whole repository for references to the file,
and do forward-tracking of history (that's not esily done with the
current repository schema).

The "rmversion" variant is even harder because you can't just remove all
references, you have to modify them.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 24 19:05:31 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.