svndumpfilter exclude — Filter out nodes with given prefixes from dumpstream.
Can be used to exclude nodes that begin with one or
more PATH_PREFIX
es from a
filtered dumpfile.
If we have a dumpfile from a repository with a number of
different picnic-related directories in it, but want to keep
everything except
the sandwiches
part of the repository,
we'll exclude only that path:
$ svndumpfilter exclude sandwiches < dumpfile > filtered-dumpfile Excluding prefixes: '/sandwiches' Revision 0 committed as 0. Revision 1 committed as 1. Revision 2 committed as 2. Revision 3 committed as 3. Revision 4 committed as 4. Dropped 1 node(s): '/sandwiches'