Re: [PATCH] Much simpler fix to commit failure via out of date proxy - issue #3561

2010-01-20 Thread Julian Foad
On Tue, 2010-01-19 at 20:05 +0530, Kamesh Jayachandran wrote: > On 01/19/2010 07:23 PM, Mark Phippard wrote: > > On Tue, Jan 19, 2010 at 8:49 AM, C. Michael Pilato > > wrote: > > > >> Mark Phippard wrote: > >> > >>> Any idea how it works? CHECKOUT is serviced by the proxy server > >>>

Re: [PATCH] Much simpler fix to commit failure via out of date proxy

2010-01-19 Thread Kamesh Jayachandran
On 01/19/2010 07:23 PM, Mark Phippard wrote: On Tue, Jan 19, 2010 at 8:49 AM, C. Michael Pilato wrote: Mark Phippard wrote: Any idea how it works? CHECKOUT is serviced by the proxy server right? I would think it would lead to the same problem? Maybe the code winds up creating some

Re: [PATCH] Much simpler fix to commit failure via out of date proxy

2010-01-19 Thread Mark Phippard
On Tue, Jan 19, 2010 at 8:49 AM, C. Michael Pilato wrote: > Mark Phippard wrote: >> Any idea how it works?  CHECKOUT is serviced by the proxy server >> right?  I would think it would lead to the same problem?  Maybe the >> code winds up creating some kind of floating HEAD link as opposed to >> tyi

Re: [PATCH] Much simpler fix to commit failure via out of date proxy

2010-01-19 Thread C. Michael Pilato
Mark Phippard wrote: > Any idea how it works? CHECKOUT is serviced by the proxy server > right? I would think it would lead to the same problem? Maybe the > code winds up creating some kind of floating HEAD link as opposed to > tying it to what it determines to be the HEAD revision. CHECKOUT is

Re: [PATCH] Much simpler fix to commit failure via out of date proxy

2010-01-19 Thread Mark Phippard
On Tue, Jan 19, 2010 at 8:33 AM, Kamesh Jayachandran wrote: >> How does this work without also changing mod_dav_svn?  I thought it >> did not already have code to handle this? >> > > http://www.ietf.org/rfc/rfc3253.txt> > >     (DAV:create-working-resource-from-checked-in-version): If the >      r

Re: [PATCH] Much simpler fix to commit failure via out of date proxy

2010-01-19 Thread Kamesh Jayachandran
On 01/19/2010 06:55 PM, Mark Phippard wrote: On Tue, Jan 19, 2010 at 7:58 AM, Kamesh Jayachandran wrote: Mike has suggestion at [1] to make use 'DAV:apply-to-version' to avoid the problematic PROPFIND altogether. This suggestion works very well. It is just the ra_neon fix i.e no mod_dav_

Re: [PATCH] Much simpler fix to commit failure via out of date proxy

2010-01-19 Thread Mark Phippard
On Tue, Jan 19, 2010 at 7:58 AM, Kamesh Jayachandran wrote: > Mike has suggestion at [1] to make use 'DAV:apply-to-version' to avoid the > problematic PROPFIND altogether. > > This suggestion works very well. > > It is just the ra_neon fix i.e no mod_dav_svn fix How does this work without also c