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

Re: dump and load

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: 2007-03-17 14:59:32 CET

Hi Albert,

> svnadmin load MY_REPOS < dump
You have to use:

svnadmin load --force-uuid MY_REPORT < dump

> How can I clean drop some old version (because repository too big).
Do you really want to remove old revisions ? You are aware of loosing
the history of the files/directories? Aren't you?

The problem with this approach is, that during the creation of the new
repository the UUID of the repository will change and that's the reason
the client won't continue working.

The other reason is, you have to newly checkout the working copies if
you do such things!

Kind regards
Karl Heinz Marbaise

-- 
SoftwareEntwicklung Beratung Schulung        http://www.soebes.de
Dipl.Ing.(FH) Karl Heinz Marbaise            email: info@soebes.de
Tel.: +49 (0) 2405 / 415 893                  ICQ#: 135949029
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 17 14:59:13 2007

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.