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

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
 
If anyone might be interested.
 
It might be nice if this syntax was available in the Subversion book, if
someone could pass that along to the editors.
 

 

  _____

From: Tom Malia [mailto:tommalia@ttdsinc.com]
Sent: Monday, March 26, 2007 3:24 PM
To: users@subversion.tigris.org
Subject: Dumpfilter example for windows/dos ?

 

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?

 
Received on Mon Mar 26 21:38:48 2007

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.