Re: svn commit: r1680819 - /subversion/trunk/subversion/libsvn_fs_fs/revprops.c
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 22 May 2015 15:28:57 +0100
Ivan Zhakov <ivan_at_visualsvn.com> writes:
> I intentionally kept packing code unchanged: it seems that now we
Yes! I can confirm that with strace: we write pack/manifest files for
open("repo/db/revs/1.pack/pack", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 4
followed by:
unlink("repo/db/revs/1/4") = 0
For revprops I see the fsync() fix:
open("repo/db/revprops/1.pack/manifest", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = 4
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2015-05-22 16:29:17 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.