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

Re: svn commit: r40508 - in branches/fs-successor-ids/subversion: libsvn_fs_base tests/cmdline

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Sat, 14 Nov 2009 06:19:30 +0100

2009-11-14 02:43:36 Julian Foad napisaƂ(a):
> Author: julianfoad
> Date: Fri Nov 13 17:43:35 2009
> New Revision: 40508
>
> Log:
> On the fs-successor-ids branch: Bump the FS-BDB format number to 5, and make
> the "successor ids" table conditional on format number at least 5.
>
> * subversion/libsvn_fs_base/fs.c
> (open_databases): Make opening the successor ids database conditional.
>
> * subversion/libsvn_fs_base/fs.h
> (SVN_FS_BASE__FORMAT_NUMBER): Bump from 4 to 5.
> (SVN_FS_BASE__MIN_SUCCESSOR_IDS_FORMAT): New macro.
>
> * subversion/libsvn_fs_base/node-rev.c
> (svn_fs_base__create_successor, svn_fs_base__delete_node_revision): Make
> the use of the successor ids table conditional.
> (svn_fs_base__get_node_successors): Throw an "unsupported feature" error
> if the format is less than 5.
>
> * subversion/libsvn_fs_base/node-rev.h
> (svn_fs_base__delete_node_revision): Fix a typo in the doc string.
>
> Modified:
> branches/fs-successor-ids/subversion/libsvn_fs_base/fs.c
> branches/fs-successor-ids/subversion/libsvn_fs_base/fs.h
> branches/fs-successor-ids/subversion/libsvn_fs_base/node-rev.c
> branches/fs-successor-ids/subversion/libsvn_fs_base/node-rev.h
> branches/fs-successor-ids/subversion/tests/cmdline/stat_tests.py
> ...
> Modified: branches/fs-successor-ids/subversion/tests/cmdline/stat_tests.py
> URL: http://svn.collab.net/viewvc/svn/branches/fs-successor-ids/subversion/tests/cmdline/stat_tests.py?pathrev=40508&r1=40507&r2=40508
> ==============================================================================
> --- branches/fs-successor-ids/subversion/tests/cmdline/stat_tests.py Fri Nov 13 12:18:38 2009 (r40507)
> +++ branches/fs-successor-ids/subversion/tests/cmdline/stat_tests.py Fri Nov 13 17:43:35 2009 (r40508)
> @@ -636,6 +636,9 @@ def timestamp_behaviour(sbox):
> config_dir = os.path.join(os.path.abspath(svntest.main.temp_dir),
> 'use_commit_config')
> config_contents = '''\
> +[auth]
> +password-stores =
> +
> [miscellany]
> use-commit-times = yes
> '''

This change isn't mentioned in the log message and seems to be unrelated
to other changes.

-- 
Arfrever Frehtes Taifersar Arahesis
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417851

Received on 2009-11-14 06:17:24 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.