RE: RE: Can I set the external property on a repository from svn?
From: Méresse Christophe <christophe.meresse_at_nagra.com>
Date: 2007-03-09 11:26:19 CET
While I'm at it.....
Is there any way to complete "Delete" something from a repository? There's times, particular during this learning curve phase I'm in now, when I really want to remove all traces that a particular thing was ever in a given repository... is this possible?
Delete the repository and recreate it... no other way.
Sorry, I answered a bit too quickly yesterday evening. I did not see that you wanted to remove only a part of your repository. So the good answer is:
- svn dump
- svndumpfilter
- create a new repository (you can move the old one and create the new one with the same name)
- svn load
Yes that's not really practical and that forces the users to stop commiting during the operation...
Regards,
Christophe
|
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.