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

Re: cleaning fsfs for more free space

From: Saulius Grazulis <grazulis_at_akl.lt>
Date: 2005-03-22 11:12:18 CET

On Tuesday 22 March 2005 11:56, Saulius Grazulis wrote:

> AFAIU, the only clean way currently is to 'svn export' the whole
> repository, edit the resulting (huge text) file to delete unwanted parts
> and then  'svn import' it into a freshly created repository...

Upps, sorry, I meant 'svnadmin dump' and 'svnadmin load'. Sorry for the
misinformation. 'svndumpfilter exclude' would help to filter out unwanted
files.

By the way, you could also get around by 'svn export' and 'svn import', but
you will lose all you history and retain just the last revision.

As a last resort, I would also try this:

0. create a fresh new repository
1. for each revision that does not contain huge file, check it out or export
it.
2. extract the log mesasge of this revision.
3. check it into a new repository, with the old message.
4. Burn old repository onto the DVDs ;)
5. Remove the old repository from the disk.
6. Ask all your users to migrate to a new repository. (Or maybe just renaming
new repository to have the old name would work?)

Regards,
Saulius

-- 
Saulius Gražulis
Visuomeninė organizacija "Atviras Kodas Lietuvai"
P.Vileišio g. 18
LT-10306 Vilnius
Lietuva (Lithuania)
tel/fax:      (+370-5)-210 40 05
mobilus:      (+370-684)-49802, (+370-614)-36366
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 22 11:11:33 2005

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.