RE: svn commit: r38790 - trunk/subversion/libsvn_wc
Bert Huijben <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.rapidsvn.devel,gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <056a01ca1fda$599885e0$0cc991a0$__16342.578145168$1250582601$gmane$org@nl> |
> -----Original Message----- > From: Hyrum K. Wright [mailto:[email protected]] > Sent: maandag 17 augustus 2009 23:37 > To: svn-lmwclWVctOZK/[email protected] > Subject: svn commit: r38790 - trunk/subversion/libsvn_wc > > Author: hwright > Date: Mon Aug 17 14:37:01 2009 > New Revision: 38790 > > Log: > Don't require an access baton for entries_write(). Although we still > retrieve > one internally, that's not reason the API has to have the access baton. Note that the caller should have obtained some kind of working copy lock, before calling this function! This leaves the door open to just writing to the wc-database without any usefull locking, which will break when you have more than one subversion client at the same time. A very very VERY (is 3 times enough?) common situation outside our test suite. Other note: I see about 120 test failures on the Windows buildbot after this commit, while the buildbot was green before. (Testing locally to see if this makes a difference) Bert (I won't be online on IRC this afternoon; I will probably see my mail on my mobile phone every now and then). ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2384649