Greg Hudson wrote:
>On Thu, 2004-10-14 at 14:26, kfogel@collab.net wrote:
>
>
>>>+ SVN_ERR (svn_io_file_create (path_revprops (fs, 0, pool), "", pool));
>>>
>>>
>>In BDB repositories, r0 has an 'svn:date' property, with a value of
>>the time the repository was created. Is there some reason for FSFS
>>repositories to be different?
>>
>>
No, the date revprop was added later at a higher level, but while fixing
the bug pointed out by ghudson below, I've moved the revprop creation
back to where svn:date is set.
>Oh, also, an empty file is not a valid hash representation. It is
>accepted by svn_hash_read() as an implementation artifact, but not by
>svn_hash_read2() (I was sloppy and did not update all the calls to
>svn_hash_read()). There needs to be an "END\n" in there.
>
>
That's a bug. I've fixed this in r11410. Thanks!
/Tobias
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 14 23:37:10 2004