Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Programming and Hacking > Development

Reply
 
Thread Tools Display Modes
Old 28th April 2002, 17:23   #1  |  Link
vlad59
Vlad, the Buffy slayer
 
vlad59's Avatar
 
Join Date: Oct 2001
Location: France
Posts: 445
@CVS Gurus : need help with SSH - Solved

I try to connect with SSH to a sourceforge CVS repository. With pserver I got no problem at all but it's read only.

I have a bat file like that :

set CVS_RSH=ssh
set HOME=c:\HOME
cvs -d:ext:vlad59@cvs.save-oe.sourceforge.net:/cvsroot/save-oe checkout save-oe

From I've read about CVS it should work but I got the following output :

Password: <-- Here I typed my password
Could not chdir to home directory /home/users/v/vl/vlad59: No such file or directory
cvs [server aborted]: can't chdir(/home/users/v/vl/vlad59): No such file or directory

Where are my mistakes ?????

Thanks in advance
__________________
Vlad59
Convolution3D for avisynth 2.0X : http://www.hellninjacommando.com/con3d
Convolution3D for avisynth 2.5 : http://www.hellninjacommando.com/con3d/beta

Last edited by vlad59; 30th April 2002 at 10:52.
vlad59 is offline   Reply With Quote
Old 29th April 2002, 22:59   #2  |  Link
trbarry
Registered User
 
trbarry's Avatar
 
Join Date: Oct 2001
Location: Gainesville FL USA
Posts: 2,091
Hi Vlad -

I am not at all a CVS guru. I seriously don't understand it. But I've managed to muddle through it for a few projects by using the WinCVS GUI. For save-oe I set the CVS root as:

:ext:trbarry@cvs.save-oe.sourceforge.net:/cvsroot/save-oe

the Authentication as SSH Server and the Home directory as c:\ssh


For Win2K/XP I think you may also have to delete or change some Hosts file to avoid an error but I don't know the details.

- Tom
trbarry is offline   Reply With Quote
Old 30th April 2002, 10:51   #3  |  Link
vlad59
Vlad, the Buffy slayer
 
vlad59's Avatar
 
Join Date: Oct 2001
Location: France
Posts: 445
@Tom
Thanks a lot for trying to help me.

@Everybody
I finaly found it :

http://sourceforge.net/docman/displa...765&group_id=1

Quote:
When I try to use CVS it tells me that "/home/users/[account name]" does not exist.

You need to ssh into your account on the CVS server once before attempting to use CVS for the first time. Sshing in will cause your home directory to be created.
so I just made a :

ssh -l vlad59 cvs.save-oe.sourceforge.net

And it worked perfectly.
__________________
Vlad59
Convolution3D for avisynth 2.0X : http://www.hellninjacommando.com/con3d
Convolution3D for avisynth 2.5 : http://www.hellninjacommando.com/con3d/beta
vlad59 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:35.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.