RE: svn commit: r1136838 - /subversion/trunk/subversion/libsvn_client/commit_util.c
From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 17 Jun 2011 13:01:03 +0200
> -----Original Message-----
I think this is a HTTPv2 limitation: In HTTPv1 we used to perform a checkout on open_directory() where we (somehow) passed the base_revision and got an out-of-date report.
With HTTPv2 we only pass the base revision to proppatch, so the out of date check for files only works on the MD5 hash we sent for the update.
I think we should at least verify the base_revision somewhere in the PUT code path.
Bert
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.