Re: Betr.: Re: running 2 update commands on one working copy at the same time

2011-09-27 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, Sep 27, 2011 at 11:17:43 +0200: > It won't get corrupted, because of the internal locking that Stephen > mentioned. But the second update, being blocked by the "lock" of the > first one, will error out. 'svn cleanup' will remove any locks it sees, and Badness may happ

Re: Betr.: Re: running 2 update commands on one working copy at the same time

2011-09-27 Thread Johan Corveleyn
On Tue, Sep 27, 2011 at 11:05 AM, Jan Keirse wrote: > Stephen Butler schreef op 27/09/2011 10:58:26: > >> >> On Sep 27, 2011, at 9:20 , Jan >>  wrote: >> >> > Hello, >> > >> > I've got 2 batch processes, one compile CHUI files and another > compiling >> > WIN32 files. They use the same working co

Betr.: Re: running 2 update commands on one working copy at the same time

2011-09-27 Thread Jan Keirse
Stephen Butler schreef op 27/09/2011 10:58:26: > > On Sep 27, 2011, at 9:20 , Jan > wrote: > > > Hello, > > > > I've got 2 batch processes, one compile CHUI files and another compiling > > WIN32 files. They use the same working copy and update the working copy > > before starting. > > I

Re: running 2 update commands on one working copy at the same time

2011-09-27 Thread Stephen Butler
On Sep 27, 2011, at 9:20 , Jan wrote: > Hello, > > I've got 2 batch processes, one compile CHUI files and another compiling > WIN32 files. They use the same working copy and update the working copy > before starting. > I wonder if this is safe: if the 2 update commands run at the same time,

running 2 update commands on one working copy at the same time

2011-09-27 Thread Jan Keirse
Hello, I've got 2 batch processes, one compile CHUI files and another compiling WIN32 files. They use the same working copy and update the working copy before starting. I wonder if this is safe: if the 2 update commands run at the same time, will this cause issues? So far it appears to work ju