This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CVS on savannah
- From: Gerald Pfeifer <gp at suse dot de>
- To: Rudy Gevaert <rudy at gnu dot org>
- Cc: gcc at gnu dot org, savannah-hackers at gnu dot org,savannah-compromise at gnu dot org,Erik Schnetter <schnetter at uni-tuebingen dot de>
- Date: Thu, 8 Jan 2004 22:41:35 +0100 (CET)
- Subject: Re: CVS on savannah
- References: <20040104201312.GA14444@fencepost> <Pine.LNX.4.58.0401052200500.2661@D209.suse.de>
On Mon, 5 Jan 2004, Gerald Pfeifer wrote:
> However, there seems one (hopefully) minor issue left:
>
> Date: Sun, 4 Jan 2004 22:47:41 +0100
> From: Erik Schnetter <schnetter@uni-tuebingen.de>
> To: gcc@gcc.gnu.org
> Subject: tree-ssa branch on savannah
>
> I am unable to check out the tree-ssa branch from savannah, while the
> main branch works fine. I receive the error message
>
> $ cvs -z9 -d :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc checkout -P
> - -rtree-ssa-20020619-branch gcc
> cvs [server aborted]: cannot write /cvsroot/gcc/CVSROOT/val-tags:
> Permission denied
>
> Would you mind having a look?
Actually, there is another one, which others reported previously, but
which may not have been clear for someone not closely familiar with GCC.
The GCC CVS repository contains more than one module, at least gcc (the
compiler proper) and wwwdocs (the web pages and scripts) are relevant.
The latter is completely missing from savannah, and of the former, only
a single directory is present (name the directory called gcc) where there
should be many further directories and files in the top level.
My guess is that in your invocation of rsync, somewhere you have one
"/gcc" too much, for example "/cvs/gcc/gcc" instead of "/cvs/gcc" --
or something along these lines.
Hope this helps,
Gerald