RE: How to prune old versions of an artefact?
From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Mon, 15 Jul 2013 10:49:32 +0100
> -----Original Message-----
This seems to be called "obliterate" in subversion and is one of the "most wanted" features in the roadmap [1] but is currently slated for "2.0?" A web search for "subversion obliterate" will help you find the gory details.
[1] http://subversion.apache.org/roadmap.html
I believe that the only way you can currently remove items is through careful use of svn dump / filter / load with the sides effect of probably requiring all users to check out new working copies.
For your uses, perhaps you could spin this artifact off into it's own repository (use "external"s from your main repo if required) and then you can archive that repo off whenever necessary?
~ Mark C
> Best regards
|
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.