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

RE: RE: Dumpfilter example for windows/dos ?

From: Tom Malia <tommalia_at_ttdsinc.com>
Date: 2007-03-26 21:45:31 CEST

Thanks, I like that better since it more closely matches the original. That
will be easier to rember.

 

  _____

From: Norton, Richard [mailto:Richard.Norton@lfg.com]
Sent: Monday, March 26, 2007 3:41 PM
To: Tom Malia; users@subversion.tigris.org
Subject: RE: RE: Dumpfilter example for windows/dos ?

 

You also could use the original example, but replace 'cat' with 'type'

-----Original Message-----
From: Tom Malia [mailto:tommalia@ttdsinc.com]
Sent: Monday, March 26, 2007 2:38 PM
To: 'Tom Malia'; users@subversion.tigris.org
Subject: RE: Dumpfilter example for windows/dos ?

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?

 

Notice of Confidentiality: **This E-mail and any of its attachments may
contain
Lincoln National Corporation proprietary information, which is privileged,
confidential,
or subject to copyright belonging to the Lincoln National Corporation family
of
companies. This E-mail is intended solely for the use of the individual or
entity to
which it is addressed. If you are not the intended recipient of this E-mail,
you are
hereby notified that any dissemination, distribution, copying, or action
taken in
relation to the contents of and attachments to this E-mail is strictly
prohibited
and may be unlawful. If you have received this E-mail in error, please
notify the
sender immediately and permanently delete the original and any copy of this
E-mail
and any printout. Thank You.**
Received on Mon Mar 26 21:46:44 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.