[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Corruption when using --threads

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Mon, 24 Mar 2008 20:55:17 +0100

On Thu, Mar 20, 2008 at 5:46 PM, Landon Bradshaw
<landon.bradshaw_at_justleapin.com> wrote:
> To setup the text file directory (Dir1) I did the following:
> for i in 1 2 3 4 5 6 7 8 9; { touch chkfile00$i.txt; }
> for i in 10 11 12 13 14 15 16 17 18 19 20; { touch chkfile0$i.txt; }
> svn add *
> svn ci -m 'initial fileset'
>
> Then I used the following command after copying "txt_control.sh" into Dir1
> ./txt-control.sh 20
>
> For Dir2 I just grabbed some large binary files and named them all
> chkspace00#.bin and added them to subversion control ... then used the
> following command:
> ./bin-control.sh 10
>
> These commands need to be running at the same time ... I was using 2
> different user accounts ...
>
> Please let me know if I missed anything to help recreate this problem ...

Hi,

I did all you mentioned, created a running svnserve -d --threads,
started both scripts, but before I could start txt-control,
bin-control had already finished: there's no waiting loop in it.

then, I introduced a 'sleep 1' on each bin iteration, but that didn't
work either.

Are you able to build 1.5.0-beta1? If so, could you try reproducing
this bug with it? I'm using the most recent 1.5.x code (more recent
than 1.5.0-beta1), which contains a lot of fixes since 1.4.x.

It would be extremely helpful if you could try...

Thanks in advance,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-24 21:02:33 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.