This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: http://gcc.gnu.org/svn.html have a error.
- From: "Diego Novillo" <dnovillo at google dot com>
- To: "Wei Chen" <smartchenwei at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 21 May 2007 21:22:45 -0700
- Subject: Re: http://gcc.gnu.org/svn.html have a error.
- References: <405263d50705212055g462ff0d6je19e753b21a9b3b5@mail.gmail.com>
On 5/21/07, Wei Chen <smartchenwei@gmail.com> wrote:
svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc "
the right is
svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk
Not really, the syntax mentioned in the page is correct. The
additional argument 'gcc' merely means that on checkout, 'trunk' will
be created as 'gcc' in your local copy.
or svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk/gcc
Careful with this one. If you use this syntax, you will only be
checking out the trunk/gcc sub-directory and will not be able to build
the compiler.