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

in-database properties

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 11 May 2010 05:03:00 -0400

Hey all,

After my recent rounds of work, it now appears that we're "ready" to
move to in-database properties.

If you weren't aware, we record properties into the old-style files
*and* into the database. There is a TEST_DB_PROPS define in wc/props.c
that will test/assert that these properties are in lock-step each time
we try to read properties. Except for a couple probably-minor failures
in upgrade_tests, the entire test suite now passes when this define is
set.

Thus, we should be ready to being reading props only from the
database, and stop writing out the old-style props files.

To that end, I'm going to bump us from today's "format 16" to format
17 some time this week. This will be an auto-upgrade process, so there
will be no need to use 'svn upgrade'. f17 will also include the
introduce of .svn/pristine/ for the work Julian is doing.

Please let me know if you have any questions/concerns.

Cheers,
-g
Received on 2010-05-11 11:03:35 CEST

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.