RE: Renew SVN repository
From: Andrea Antonio Maleci <A.Maleci_at_iwbank.it>
Date: Tue, 9 Jun 2009 17:37:57 +0200
That's what I did, but I still have data (read space used) on my repository.
P.S. There is no option of svnadmin called reload on SVN 1.5.6.
From: David Weintraub [mailto:qazwart_at_gmail.com]
Just delete the dead branches with "svn delete". The history will still be there, but developers won't be able to access those branches (unless they use pegged revisions).
Otherwise, you'll have to use svnadmin dump, filter, then "svnadmin reload". And, that's not fun.
Hi all,
I'm working on a very efficient 1.5.6 SVN repository.
Now this repository is very big, with a lot of branches in end of life and some other still alive.
I would like to renew it maintaining one month history, maintaining branches still alive but ignoring dead branches.
There is any tool or best practice to do it?
Thanks,
Andrea
-- David Weintraub qazwart_at_gmail.com<mailto:qazwart_at_gmail.com> ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2360668 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-06-09 17:39:03 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.