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

[PATCH] WCNG: Enforce that a pristine checksum always references an entry in the pristine store.

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Mon, 20 Dec 2010 18:21:59 +0000

I'm working towards cleaning up the pristine store automatically.

Although not strictly necessary, I think it will be helpful if a
pristine text checksum in the DB shall be guaranteed always to reference
a pristine text that is currently in the store. In support of this
goal, the current patch enables SQLite checking for that constraint (no
effect in sqlite versions < 3.6.19) and adjusts the 1.6-to-1.7 upgrade
code to follow that rule.

I think I only made minor edits since it last passed all tests.

Any feedback before I commit it? Philip, you probably know the upgrade
code best. How does this look?

- Julian

Received on 2010-12-20 19:22:44 CET

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.