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

Resizing an existing repository while keeping the revision numbering

From: Oleg X Rasskazov <oleg.x.rasskazov_at_jpmorgan.com>
Date: Wed, 22 Jul 2009 10:33:35 +0100

Hi All,

One of the ways we use subversion is to store compiled binaries of all the revisions of a large library we are working on. Even with efficient subversion storage algorithms (deltifying changes) and cheap hdds we are running out of space.

Since earlier builds are now irrelevant to us I would like to purge first half of the repository, and this is easily done with

                svnadmin dump -rN:HEAD ... | svnadmin load ...

Problem is, when we do svn load, the revisions are renumbered from 1. This is undesired behaviour, as we have mirrors of the master repository, some of which we don't want to purge or want to purge independently. Another reason is that we have a mapping between binary svn revisions and source revisions stored elsewhere and do not want to remap it.

Is there a way of telling svn load to skip let say first N revisions? The only thing I can think of is making N temp file commits and trying to do svnadmin load next.

best regards,
Oleg

This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2374361

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-22 11:41:26 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.