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

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.
My backups are everyday bigger, and I don't find any way to reduce it.
Any other idea? No tools indeed?

P.S. There is no option of svnadmin called reload on SVN 1.5.6.
Do you mean "svnadmin load"?

From: David Weintraub [mailto:qazwart_at_gmail.com]
Sent: martedì 9 giugno 2009 17.22
To: Andrea Antonio Maleci
Cc: users_at_subversion.tigris.org
Subject: Re: Renew SVN repository

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.
On Tue, Jun 9, 2009 at 8:09 AM, Andrea Antonio Maleci <A.Maleci_at_iwbank.it<mailto:A.Maleci_at_iwbank.it>> wrote:

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.