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
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
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
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,
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