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: question on checkout?


Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> wrote:

>> http://gcc.gnu.org/wiki/SvnSetup has the following example for
>> checking out the GCC sources under "Checking out a tree"
>>
>>   svn co svn+ssh://gcc.gnu.org/svn/gcc/trunk
>>
>> but this doesn't work for me.  Rather, I'm getting:
>>
>>   % svn co svn+ssh://gcc.gnu.org/svn/gcc/trunk
>>   Permission denied (publickey,gssapi-with-mic).
>>   svn: Connection closed unexpectedly
>>
>> Should this just read
>>   svn co svn+ssh://gcc.gnu.org/svn/gcc/trunk
>> -or-
>>   svn co svn+ssh://username@gcc.gnu.org/svn/gcc/trunk
>> instead?
>
> Since I added that info originally, I fixed the section on using
> username@...
> to make this clearer.  Basically, you use it the same way you would
> use ssh: give the username if it's different on the remote system,
> don't bother otherwise.


The section is unneeded and duplicates the first paragraph of SvnBasic. Please,
make sure to not insert duplicate information in the Wiki, prefer to link. I
have removed the duplicate.

Giovanni Bajo


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