RE: RE: Dumpfilter example for windows/dos ?
From: Norton, Richard <Richard.Norton_at_lfg.com>
Date: 2007-03-26 21:40:48 CEST
You also could use the original example, but replace 'cat' with 'type'
-----Original Message-----
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've got the dump and load stuff working, but now I want to dump a repository, the strip out from that just a particular branch, then load just that branch into another Repo....
I think I need to use the dump then dumpfilter to get a dump file that only contains the one branch I'm interested in then load that... does that sound correct?
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 is what I expected, but that doesn't help me with how I'm suppose to use Dumpfilter from a DOS command prompt. How do I tell svndumpfilter what source file it's suppose to use?
Notice of Confidentiality: **This E-mail and any of its attachments may contain
|
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.