Re: Strange race-condition/possible bug in Subversion 1.7.0

2011-10-20 Thread Daniel Shahaf
Les Mikesell wrote on Wed, Oct 19, 2011 at 18:06:37 -0500: > On Wed, Oct 19, 2011 at 3:58 PM, Harald Wilhelmi > wrote: > > > >    svn copy a b > >    echo -n yyy >b > >    svn commit -m 'c2' . > > > > Of cause I expect 'b' to contain 'yyy'. However sometimes it > > contains 'xxx'. After this the r

Re: Strange race-condition/possible bug in Subversion 1.7.0

2011-10-19 Thread Les Mikesell
On Wed, Oct 19, 2011 at 3:58 PM, Harald Wilhelmi wrote: > >    svn copy a b >    echo -n yyy >b >    svn commit -m 'c2' . > > Of cause I expect 'b' to contain 'yyy'. However sometimes it > contains 'xxx'. After this the repository is all consistent and fine > in my opinion (expect that 'a' has the

Strange race-condition/possible bug in Subversion 1.7.0

2011-10-19 Thread Harald Wilhelmi
Hi, in the last weeks I developed a little Subversion tool. When I heard about Subversion 1.7.0 I downloaded the source at the next opportunity to run the functional tests against the new version. With the new version two of the tests fail *sometimes*. The tests use the command line and do about