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

Re: Best way to "un-version control" a file?

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 24 Sep 2010 23:28:59 +0200

Les Mikesell wrote on Fri, Sep 24, 2010 at 16:19:55 -0500:
> I think the negative comments came from people who thought it would be a
> client option, not an administrative command.

Today it is a client command (as in: 'svn obliterate $URL'), with a hook
script that has to explicitly allow it (just like pre-revprop-change).

> Admins already have the
> capability through svnadmin dump/filter/load - it is really just a
> practical issue of that being too cumbersome for normal maintenance -
> and tricky when the thing you want to remove was moved around early in
> its life or edited into something you want to keep.

These issues exist for the implementation too: it's a different story to
forget about the last revision of a node than it is to forget about
a revision in the middle of a node's history.

> But, I agree that the implementation has to be done carefully. Even
> though I think the feature is important, I would not want to give up any
> reliability for it.

Yes.
Received on 2010-09-24 23:30:35 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.