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

RE: Compact Repository?

From: McKenna, Simon (RGH) <Simon.McKenna_at_rgh.sa.gov.au>
Date: 2004-10-11 09:34:46 CEST

Hi Wayne,

-=> Is there a way I can compact a repository? For example, I have a
-=> repository that is getting quite large. I do not need any
-=> revisions before revision 58. Is there a way I can delete all
-=> revisions 1-57 to reclaim some disk space?

How about a dump+load using svnadmin?

http://svnbook.red-bean.com/svnbook-1.1/re31.html

Note that dump allows a revision range,
so you should be able to use -r 58:HEAD

Personally I'd do it in 2 steps,
- dump all revisions and archive
- dump 58:HEAD and then load.

peace - si
sshnug.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 11 09:35:10 2004

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.