[Guiblast-devel] CVS problem?

Rohan Woodley guiblast-devel@bioinformatics.org
Sun, 27 Jul 2003 23:34:52 -0400


hua pan wrote:

> Hello, Rohan:
>
> I have problems in using CVS. I installed cvs-1.11.5 & wincvs120 in my 
> Win2000 PC.
>
> 1) Under cvs-1.11.5 command line, when I gave:
> C:\CVS\cvs-1.11.5>cvs-1.11.5 -z9 -d huapan@bioinformatics.org:/cvsroot 
> init
> it will show me:
>
>> bioinformatics.org:Connection timed out
>
> rsh: can't establish connection
> cvs-1.11.5 [init aborted]: end of file from server (consult above 
> messages if any)
>
> 2) Under wincvs120, the authentication is "passwd" file on the cvs 
> server, in the command window, I gave:
> --->cvs -z9 -d huapan@bioinformatics.org:/cvsroot init
> --->*****CVS exited normally with code 1*****
> --->cvs [init aborted]: cannot connect to socket: Connection timed out
>
> In addition, I tried the login command,
> --->cvs -z9 login
> --->(Logging in to huapan@bioinformatics.org)
> --->Fatal error, aborting.
> --->huapan: no such user
> --->cvs login: authorization failed: server bioinformatics.org 
> rejected access to /cvsroot for user huapan
> --->*****CVS exited normally with code 1*****
>
> What could be the solution of the above problems?
>
> In addition,
> 3) Shall we use 'ssh' authentication? I did not install it yet.
>
> Thanks a lot for the help!
>
> Hua
>
>> From: Rohan Woodley <rohan@sprynet.com>
>> Reply-To: guiblast-devel@bioinformatics.org
>> To: guiblast-devel@bioinformatics.org
>> Subject: Re: [Guiblast-devel] Catching up
>> Date: Sat, 26 Jul 2003 20:56:06 -0400
>>
>>>
>> To All:
>>
>> I checked in the 2 files from the download zip file.
>> guiblast.py and the resource file. I hope that was the files that are 
>> needed.
>>
>> If anyone needs information on how to set up CVS and checkout/edit  
>> the files let me know.
>> Later we will change the directory structure to include other stuff 
>> like for example "doc", archive, etc , Any thoughts on that would be 
>> great.
>>
>>
>>
>> Rohan
>>
>> _______________________________________________
>> Guiblast-devel mailing list
>> Guiblast-devel@bioinformatics.org
>> https://bioinformatics.org/mailman/listinfo/guiblast-devel
>
>
> _________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*.  
> http://join.msn.com/?page=features/featuredemail
>
> _______________________________________________
> Guiblast-devel mailing list
> Guiblast-devel@bioinformatics.org
> https://bioinformatics.org/mailman/listinfo/guiblast-devel
>
Hua, you need to install ssh and set your CVS_RSH to you ssh executable.
Also, you may need to create a public and private key as well an put it 
on the bioinformatics.org UNIX machine
They use ssh 1, authentication and above.
1) create a .ssh directory (chmod 700 .ssh)
2) put your key in a file called authorized_keys (in the .ssh directory)


Rohan