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

Re: svn commit: r39780 - trunk/subversion/libsvn_fs_fs

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 5 Oct 2009 21:41:48 +0200 (Jerusalem Standard Time)

Julian Foad wrote on Mon, 5 Oct 2009 at 06:45 -0700:
> Author: julianfoad
> Date: Mon Oct 5 06:45:56 2009
> New Revision: 39780
>
> Log:
> Write "the 'current' file" instead of "the current file" for clarity in error
> messages and comments when referring to the FSFS file otherwise known as the
> txn-current file and named 'db/current'.

The commit looks fine, but the log message implies that 'txn-current'
and 'current' are the same thing. And, as far as I can tell,

    [[[
    .../mirror/svn/db% cat current
    39705
    .../mirror/svn/db% cat txn-current
    ut7
    .../mirror/svn/db% grep current ../../../trunk/subversion/libsvn_fs_fs/structure | head -n 2
      txn-current File containing the next transaction key
      current File specifying current revision and next node/copy id
    .../mirror/svn/db%
    ]]]

they aren't the same :)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2403866
Received on 2009-10-05 21:41:58 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.