http://gcc.gnu.org/svn.html have a error.
Diego Novillo
dnovillo@google.com
Tue May 22 04:25:00 GMT 2007
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.
More information about the Gcc
mailing list