Re: log-addressing index creation needs to handle pre-existing files

2013-12-22 Thread Stefan Fuhrmann
On Tue, Dec 10, 2013 at 7:48 PM, Philip Martin wrote: > Philip Martin writes: > > > ../src/subversion/libsvn_subr/io.c:3432: (apr_err=EACCES) > > svn: E13: Can't open file > '/home/pm/sw/subversion/obj2/repo/db/revs/0/1.l2p': Permission denied > > I fixed this with r1549924, but I don't k

Re: log-addressing index creation needs to handle pre-existing files

2013-12-10 Thread Philip Martin
Philip Martin writes: > Philip Martin writes: > >> ../src/subversion/libsvn_subr/io.c:3432: (apr_err=EACCES) >> svn: E13: Can't open file >> '/home/pm/sw/subversion/obj2/repo/db/revs/0/1.l2p': Permission denied > > I fixed this with r1549924, but I don't know if Windows needs some other

Re: log-addressing index creation needs to handle pre-existing files

2013-12-10 Thread Philip Martin
Philip Martin writes: > ../src/subversion/libsvn_subr/io.c:3432: (apr_err=EACCES) > svn: E13: Can't open file > '/home/pm/sw/subversion/obj2/repo/db/revs/0/1.l2p': Permission denied I fixed this with r1549924, but I don't know if Windows needs some other than EACCES: + err = svn_i

log-addressing index creation needs to handle pre-existing files

2013-12-10 Thread Philip Martin
If libsvn_fs_fs/transaction.c:commit_body is interrupted after the new l2p and p2l indices have been created but before the revision is completed then the revs dir contains index files for the aborted commit and the presence of these files causes subsequent commits to fail: $ svnlook youngest re