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

RE: Repository cleanup

From: dieter oberkofler <doberkofler.lists_at_gmail.com>
Date: Tue, 8 Sep 2009 18:30:18 +0200

The idea is to get rid of the no longer needed branches in the repository
itself and reducing the time of our backup operation that by itself dumps
the repository.

Using dump, filter and load looks fine but I'm still a little unsecure if
this might affect the continuity of my log history in any other folders of
the repository?

Thank you,

-Dieter

 

 

From: David Weintraub [mailto:qazwart_at_gmail.com]
Sent: Tuesday, September 08, 2009 18:32
To: dieter oberkofler
Subject: Re: Repository cleanup

 

The only real way to delete old information in Subversion is to do a
"svnadmin dump", use svnfilter to remove the branches, create a new clean
repository and, do a "svnadmin load".

You can do a "svn delete" on the branch which will remove the branch from
the head of your repository tree and thus render it pretty invisible.
However, the data is still in the repository, and can still be restored to
the head.

On Tue, Sep 8, 2009 at 11:41 AM, dieter oberkofler
<doberkofler.lists_at_gmail.com> wrote:

We are using a pretty standard repository setup with a folder
branches/private that contains the (private and temporary) branches that
will later be merged into the main trunk.
Is there a save way to get rid of the no longer used (private) branches
without losing any of the history information in trunk?
Thank you,
-Dieter

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065
<http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2
392540> &dsMessageId=2392540

To unsubscribe from this discussion, e-mail:
[users-unsubscribe_at_subversion.tigris.org].

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2392559
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-08 18:39:46 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.