How can I create a new Subversion repository from the current one with last 3 months data and purge/backup the remaining of the data?

Is there a solution to this problem?

link|improve this question

47% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Take a look at this article, it shows how to dump the older revisions to an archive location, then create a new repository from what is left.

link|improve this answer
feedback

Re "Is there are any other solution to this problem?"

Is the size slowing SVN down, if not why don't you just get a bigger disk!

link|improve this answer
That doesn't address the question and isn't a helpful answer, there are plenty of situations where that's not a straightforward option. – Iain Collins Feb 24 '11 at 11:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.