Re: svn commit: r1352044 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2012-06-20 Thread Greg Stein
On Wed, Jun 20, 2012 at 1:05 PM, Stefan Sperling wrote: > On Wed, Jun 20, 2012 at 07:12:43AM -0400, Greg Stein wrote: >> Stefan: this should fix your "cat" problem. If the server is old, then >> it reports the property as missing. We don't examine the specific >> status results (tho we should, but

Re: svn commit: r1352044 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2012-06-20 Thread Stefan Sperling
On Wed, Jun 20, 2012 at 07:12:43AM -0400, Greg Stein wrote: > Stefan: this should fix your "cat" problem. If the server is old, then > it reports the property as missing. We don't examine the specific > status results (tho we should, but then again: we don't talk to any > servers but our own), so w

Re: svn commit: r1352044 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2012-06-20 Thread Greg Stein
On Wed, Jun 20, 2012 at 8:08 AM, Ivan Zhakov wrote: > On Wed, Jun 20, 2012 at 3:12 PM, Greg Stein wrote: >> Stefan: this should fix your "cat" problem. If the server is old, then >> it reports the property as missing. We don't examine the specific >> status results (tho we should, but then again:

Re: svn commit: r1352044 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2012-06-20 Thread Ivan Zhakov
On Wed, Jun 20, 2012 at 3:12 PM, Greg Stein wrote: > Stefan: this should fix your "cat" problem. If the server is old, then > it reports the property as missing. We don't examine the specific > status results (tho we should, but then again: we don't talk to any > servers but our own), so we just s

Re: svn commit: r1352044 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2012-06-20 Thread Greg Stein
Stefan: this should fix your "cat" problem. If the server is old, then it reports the property as missing. We don't examine the specific status results (tho we should, but then again: we don't talk to any servers but our own), so we just see where it names the property that was missing. Basically