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

dump and load

From: Albert Shih <Albert.Shih_at_obspm.fr>
Date: 2007-03-06 18:05:42 CET

Hi All

I want drop some old revision in my repository, for this I do

        svnadmin dump -r n:LAST MY_REPOS > dump

I erase
        rm -rf MY_REPOS (the repository)

I create new one

        svnadmin create MY_REPOS

and load

        svnadmin load MY_REPOS < dump

But svn make news revision number and the client don't work.

How can I clean drop some old version (because repository too big).

Regards.

--
Albert SHIH
Observatoire de Paris Meudon
SIO batiment 15
Heure local/Local time:
Mar 6 mar 2007 18:02:44 CET
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 6 18:06:06 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.