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

svndumpfilter broken: our API is nasty w.r.t. dumpstream versions

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-11-26 16:48:00 CET

Currently svndumpfilter is broken.

It accepts a v1/v2 dumpstream, and outputs the same, BUT it mislabels the
output as version 3.

This arose because when we made svn_repos_parse_dumpstream2, we changed
SVN_REPOS_DUMPFILE_FORMAT_VERSION from 2 to 3. Suddenly, old code started
claiming that it's output was v3, because we messed with the #define.

I think we need to make that #define private We need to make this #define
private

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 26 16:52:40 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.