RE: Dumpfilter example for windows/dos ?
From: Tom Malia <tommalia_at_ttdsinc.com>
Date: 2007-03-26 21:37:40 CEST
Found the answer..
The statement:
$ cat repos-dumpfile | svndumpfilter include calc > calc-dumpfile
In DOS would be:
$ svndumpfilter include calc <repos-dumpfile >calc-dumpfile
_____
From: Tom Malia [mailto:tommalia@ttdsinc.com]
Hey folks,
I'm trying to use dump to move some projects between repositories. So far
I think I need to use the dump then dumpfilter to get a dump file that only
If so, then I'm having trouble with the syntax:
The book shows an example like:
$ cat repos-dumpfile | svndumpfilter include calc > calc-dumpfile
But if I try this I get an error that cat is not a recognized command.which
|
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.