On Mon, 2009-11-30 at 20:05 +0530, Bhuvaneswaran A wrote: > On Mon, 2009-11-30 at 11:17 +0000, julianf...@apache.org wrote: > > Author: julianfoad > > Date: Mon Nov 30 11:17:52 2009 > > New Revision: 885378 > > > > URL: http://svn.apache.org/viewvc?rev=885378&view=rev > > Log: > > Extend the "mkdir --parents" test to verify the WC status afterwards, > > because there is currently a problem with it leaving the WC locked. > > > > * subversion/tests/cmdline/basic_tests.py > > (basic_mkdir_wc_with_parents): After "mkdir --parents", verify the WC > > status. > > Julian, if you are not already on it, this commit seem to break the > build: > http://hudson.zones.apache.org/hudson/job/subversion-trunk-ubuntu/60/
The build is unchanged. This commit just added an extra bit of test that detects a current problem. The commit that broke the behaviour was some earlier commit, but we didn't notice it until now. I extended the test to show this broken behaviour. I meant to mention it in the log message, but now I have edited the log message to make that clear. I don't think we should revert this, or make it "XFAIL", or anything, because it is showing a real failure, but let me know if you think we should. - Julian