RE: svn commit: r1096619 - in /subversion/trunk/subversion/libsvn_wc: translate.c translate.h workqueue.c
From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 26 Apr 2011 01:03:42 +0200
> -----Original Message-----
Before this patch we didn't change permissions on files that had non-standard permissions.
After this patch we force our set of permissions on the file. (Removing read-only in almost every case)
I would call that a behavior change; but at least it should be documented.
It looks like your patch doesn't break old wq items, but it writes new wq items that the old code can't read. (It removes the two booleans that specify the needs-lock and executable state before the propchange which allowed it to see the difference)
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.