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

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

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2004-10-14 23:36:54 CEST

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

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.