Re: Issue 3501: Repositories mounted on NFS don't work

2010-01-15 Thread Peter Samuelson
[Bert Huijben] > Do we need a backport of this fix to 1.6.x? Created and nominated branch 1.6.x-r898963. Peter

Re: Issue 3501: Repositories mounted on NFS don't work

2010-01-15 Thread Peter Samuelson
[Bert Huijben] > Do we need a backport of this fix to 1.6.x? Hmmm - yeah - I guess it would be an easy backport to vote on. Even though, as you say, the fix doesn't literally merge cleanly. I'll try and remember to propose it tonight, when I have time to do the whole backport branch thing. Pet

RE: Issue 3501: Repositories mounted on NFS don't work

2010-01-15 Thread Bert Huijben
> -Original Message- > From: Peter Samuelson [mailto:pe...@p12n.org] > Sent: woensdag 13 januari 2010 23:07 > To: dev@subversion.apache.org; Edgar Fuß > Subject: Re: Issue 3501: Repositories mounted on NFS don't work > > > [Bert Huijben] &g

Re: Issue 3501: Repositories mounted on NFS don't work

2010-01-13 Thread Peter Samuelson
[Bert Huijben] > I think it is easier to use svn_io_get_dirents2() then this block > replicating its implementation. Indeed it is easier. It took me several days to get around to testing and committing - r898963. Peter

RE: Issue 3501: Repositories mounted on NFS don't work

2010-01-07 Thread Bert Huijben
> -Original Message- > From: Peter Samuelson [mailto:pe...@p12n.org] > Sent: donderdag 7 januari 2010 2:30 > To: Edgar Fuß > Cc: dev@subversion.apache.org > Subject: Re: Issue 3501: Repositories mounted on NFS don't work > > > [Edgar Fuß] > &g

Re: Issue 3501: Repositories mounted on NFS don't work

2010-01-06 Thread Peter Samuelson
[Edgar Fuß] > To summarise the problem: recursive directory deletion fails because entries > re-appear after dir rewinding. The fix may be as easy as ignoring ENOENT. Or not calling rewind. Something like the following (untested) against 1.6.x. Same patch applies to trunk except for some confli