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

RFC: cvs2svn issue 1474

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-09-30 14:50:37 CEST

http://subversion.tigris.org/issues/show_bug.cgi?id=1474

This issue is about a correctness bug caused by over-optimization.

I've attached a patch to the issue, and said the following:
-----------------------------------------------------------------
The patch does solve the correctness issue, but with the following
disadvantages:

1. The contents of the first revision of anything with a vendor branch
will be duplicated in the dumpfile. (In a repository, diffing will
mitigate any size increase).

2. svn log -v will show an unnecessary M for every file.

A possible solution would be to look for empty deltatext in the RCS
file, and handle specially. Is the additional complexity worthwhile?
------------------------------------------------------------------

Comments?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 30 15:07:40 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.