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

Re: erase all known existence of a committed file

From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-04-27 15:54:54 CEST

On Tue, 27 Apr 2004 06:26:45 -0700 (PDT)
Jeff Mitchell <quixoticsycophant@yahoo.com> wrote:

> What are my options?

dump, filter, load.

Something like:

 $ svnadmin dump oldrepo | svndumpfilter exclude trunk/mybigfile | svnadmin load newrepo --force-uuid

"newrepo" must exist before the loading.

--force-uuid should not be necessary if newrepo is an empty, freshly
created repository.

                                                                Juanma

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 27 15:55:34 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.