[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: <kfogel_at_collab.net>
Date: 2004-10-14 20:26:27 CEST

bliss@tigris.org writes:
> (svn_fs_fs__write_revision_zero): Create an empty revprop file for
> revision zero.

I should have asked this before, but I didn't spot it then, sorry:

> --- trunk/subversion/libsvn_fs_fs/fs_fs.c (original)
> +++ trunk/subversion/libsvn_fs_fs/fs_fs.c Wed Oct 13 14:56:07 2004
> @@ -3642,6 +3659,8 @@
> "2d2977d1c96f487abe4a1e202dd03b4e\n"
> "cpath: /\n"
> "\n\n17 107\n", pool));
> +
> + SVN_ERR (svn_io_file_create (path_revprops (fs, 0, pool), "", pool));
>
> return SVN_NO_ERROR;
> }

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?

-Karl

---------------------------------------------------------------------
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:15:57 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.