RE: race condition?

2002-01-22 Thread Ronald Landheer
Hi David, First: if you want to assign blame, the log for any file will do - the names of the people who uploaded are in the log (assuming your developers have different login names in the CVS) If you want to tag the version you have in your local directory (the one you just uploaded) you use

Re: race condition?

2002-01-22 Thread Larry Jones
David Hugh-Jones writes: > > cvs commit foo bar > followed by > cvs rtag I_just_uploaded_this foo bar > > contains a race condition. Someone else might have committed between the two > tags. > > Assuming we want to use tags as a way of assigning blame, is there a way > round this? Use tag in

RE: race condition?

2002-01-22 Thread Thornley, David
> -Original Message- > From: David Hugh-Jones [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 22, 2002 11:38 AM > To: [EMAIL PROTECTED] > Subject: race condition? > > > > One of our developers pointed out that > > cvs commit foo bar > followed by > cvs rtag I_just_uploaded

Re: race condition?

2002-01-22 Thread Frederic Brehm
At 17:38 + 1/22/02, David Hugh-Jones wrote: > >One of our developers pointed out that > >cvs commit foo bar >followed by >cvs rtag I_just_uploaded_this foo bar > >contains a race condition. Someone else might have committed between the two >tags. > >Assuming we want to use tags as a way of ass