dev@subversion.tigris.org
From: <screwdriver_at_lxnt.info>
Date: 2003-03-11 20:45:49 CET
Hello.
A work-in-progress-grade svndumpfilter sources are available at
(build.conf.patch is against r5119)
It is a massively mutated svnadmin. Thus, among other temporary
It does work, at least it managed to successfully (i.e. results loaded ok,
While working on it a bunch of questions came up. They are:
Questions:
Should I turn subcommands back into options (keeping in mind that
Paths in dump are stored in what? UTF8?
Are header names case-insensitive?
Should parser recalculate & verify MD5 sums?
What to do, if any, with copyfrom data?
What to do with revisions that only contain rev-props? Like rev 0?
Current behaviour is:
Revision is written out in the following cases:
Has retaining original revision numbers when some revisions get dropped
Current behavior is to renumber if a revision is skipped.
PROPS section is optional when there are no props. Currently I have no
Resulting order of node and revision headers (sans content-length headers)
BTW: currently svnadmin treats a
What's the Right Thing to do with memory allocation?
At the moment, everything goes into a single pool, which, consequently,
(the mess is there because I needed more-or-less working filter ASAP, sorry.)
Should I get rid of using stringbuf streams to printf headers?
What's exactly the difference between dumpfile format versions 1 and 2?
PS.
-- /lxnt --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Mar 11 20:45:49 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.