> -----Original Message----- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: woensdag 4 mei 2011 11:33 > To: dev@subversion.apache.org > Cc: comm...@subversion.apache.org > Subject: Re: svn commit: r1099298 - > /subversion/trunk/subversion/libsvn_ra_serf/serf.c > > I assume the server would error if someone removed this check on the > client side?
It might. Or you might use wrong cached information. The code just assumes that you don't make this mistake. (It just stores whatever you pass and uses that for the next request) Bert