[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: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-10-14 22:27:59 CEST

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?

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 14 22:28:18 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.