This documentation was written to describe the 1.6.x series of Subversion. If you are running a different version of Subversion, you are strongly encouraged to visit http://www.svnbook.com/ and instead consult the version of this documentation appropriate for your version of Subversion.
svndumpfilter include — Filter out nodes without given prefixes from dump stream.
Can be used to include nodes that begin with one or
more PATH_PREFIX
es in a
filtered dump file (thus excluding all other paths).
--drop-empty-revs --preserve-revprops --quiet --renumber-revs --skip-missing-merge-sources --targets ARG
If we have a dump file from a repository with a number of
different picnic-related directories in it, but want to
keep only the sandwiches
part of the
repository, we'll include only that path:
$ svndumpfilter include sandwiches < dumpfile > filtered-dumpfile Including 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 3 node(s): '/drinks' '/snacks' '/supplies'