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

Re: Delete a File Throughout Revisions

From: Paul Gross <paul_at_grosss.net>
Date: 2003-10-10 23:18:39 CEST

Are there docs on svndumpfilter somewhere (besides 'svndumpfilter
help')? I can't seem to get it to work.

So if I want to remove a file called temp.txt from a dump file called
svn_dump, what's wrong with this command?

cat svn_dump | svndumpfilter exclude temp.txt > svn_dump_new

When I run this, all I get is a message saying "Dropped 0 revisions, 0
nodes." It's not removing anything. Any suggestions?

Thanks.
Paul Gross

At 04:00 PM 10/10/2003, Ben Collins-Sussman wrote:
>Paul Gross <paul@grosss.net> writes:
>
> > Is there a way to completely delete a file throughout all revisions?
> > In other words, make it so the file never existed in subversion at
> > all. One idea that comes to mind is to do a dump of the repository,
> > mess with that file, and then load it back in. This could be
> > difficult and dangerous, though. Is there a better way? Thanks.
>
>On our FAQ page:
>
> http://subversion.tigris.org/project_faq.html#removal
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 10 23:19:50 2003

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.