On 5/21/07, Wei Chen <[EMAIL PROTECTED]> 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.