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

Re: svndumpfilter - rfc.

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-04-09 22:49:27 CEST

Alexander Sabourenkov <screwdriver@lxnt.info> writes:

> As of now I think the patch is ready. Please find it attached, and also
> at http://lxnt.info/sdf.patch
>
> It is against r5518.
>
> I implemented a list of dropped nodes, and any node that has
> copyfrom-path in this list gets dropped too.

I committed this patch in r5596. I made a few modifications so you
will get a conflict if you update a patched working copy. For
reference I changed indentation/whitespace for consistency through the
file and to match the HACKING guidelines, I removed some unnecessary
casts, I tweaked some printf formats, and I changed a the
svn_string_create into an apr_pstrdup.

For those of you not paying attention, this patch introduces
svndumpfilter, a program to filter repository dump files. It can be
used like this

$ svnadmin dump repo1 | svndumpfilter [args] | svnadmin load repo2

to remove parts of a repository during a dump/load cycle.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 9 22:50:32 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.