[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: <kfogel_at_collab.net>
Date: 2004-10-11 17:50:34 CEST

Wayne Pedersen <waynelist@data-trak.net> writes:
> 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?

Not currently, except to do 'svnadmin dump' followed by 'svnadmin load'.

See svnbook.red-bean.com and do

   $ svnadmin help dump
   $ svnadmin help load

for more information on how to omit revisions this way.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 11 19:39:36 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.