This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: http://gcc.gnu.org/svn.html have a error.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]