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

Re: Dump file combiner available anywhere ?

From: Martin Furter <mf_at_rola.ch>
Date: 2004-12-03 17:22:52 CET

On Fri, 3 Dec 2004, François Beausoleil wrote:

> Why am I not creating such a tool myself right now ? Because it's past
> midnight, and I thought I could be lazy, and ask if such a tool existed
> before I committed myself.

About a year ago i wrote svndumpmerge.py for merging dumpfiles of 4
repositories into one big file, it's available at
http://queen.borg.ch:81/subversion/ (it may have a problem with copied
files/dirs).

At the moment i'm working on it. New features are eolfix for fixing mixed
EOL in text files and diff for dumpfiles. It can be found here:
http://queen.borg.ch:81/svn/repos/trunk/svn/svndumptool/
I also started writing a test suite but it doesn't cover merge yet.

The subdir svndump contains python classes for reading and writing dump
files. You could use SvnDumpFile (in svndump/file.py) and SvnDumpNode (in
svndump/node.py) to do what you want. These two clases are pretty well
tested and should have documentation of all methods.

If you have any questions or comments just contact me.

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 3 17:26:12 2004

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.