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

Re: Removing a file

From: Andrew Thompson <subversionuser_at_aktzero.com>
Date: 2005-04-21 03:47:53 CEST

Thompson, Errol wrote:
> I am endeavouring to use dumpfilter to remove all the *.class files from
> a repository. I used sysadmin dump to create a text file and then
> attempted to use the following command
>
> SVNdumpfilter exclude *.class < Dump > filteredDump
>
> This had no effect. Do I have to name each file explicity that I want to
> remove?

In reading the chapter that talks about svndumpfilter, I couldn't
determine if individual files could be specified for removal.

http://svnbook.red-bean.com/en/1.0/ch05s03.html#svn-ch-5-sect-3.1.3

The command's own usage indicates it's for removing "paths that start
with", not a pattern to search the dumpfile for:

C:\>svndumpfilter help exclude
exclude: Filter out nodes with given prefixes from dumpstream.
usage: svndumpfilter exclude PATH_PREFIX...

-- 
Andrew Thompson
http://aktzero.com/
Interested in a hosted SVN repository? Email me, let's talk...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 21 03:49:58 2005

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.