This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CVS locked?
- From: Steven Bosscher <stevenb at suse dot de>
- To: gcc at gcc dot gnu dot org
- Cc: Thomas Koenig <Thomas dot Koenig at online dot de>, hubicka at gcc dot gnu dot org
- Date: Sat, 4 Jun 2005 15:54:16 +0200
- Subject: Re: CVS locked?
- References: <20050604135043.GA4047@meiner.onlinehome.de>
On Saturday 04 June 2005 15:50, Thomas Koenig wrote:
> I'm getting the following error messages when trying to run
> a diff from mainline:
>
> $ cvs diff Makefile.am libgfortran.h runtime/in_pack_generic.c
> runtime/in_unpack_generic.c m4/in_pack.m4 m4/in_unpack.m4 >
> ~/Krempel/In-pack/in_pack.patch cvs diff: [13:47:28] waiting for hubicka's
> lock in /cvs/gcc/gcc/libgfortran cvs diff: [13:47:58] waiting for hubicka's
> lock in /cvs/gcc/gcc/libgfortran cvs diff: [13:48:28] waiting for hubicka's
> lock in /cvs/gcc/gcc/libgfortran
>
> Is this supposed to happen?
It happens, iiuc, when people merge branches as a whole instead of
piece-wise.
Gr.
Steven