|
From: Brandon M. <bnd...@ho...> - 2000-12-07 03:13:52
|
Try: CVSROOT: :ssh:to...@cv...:/cvsroot/dynapi (notice the change from :ext: to :ssh: ) TCL is *not* available, shell is disabled (This is normal.. don't wory) Set an environment variable: CVS_RSH=c:\path\to\ssh.exe Test your connection to sourceforge: ssh -l username dynapi.sourceforge.net type password at prompt.... tada!.. it should work. Then.. before you can checkout anything, you should authenticate (login) to the CVS server.. WinCVS: Admin menu/Login ----- Original Message ----- From: "Darin Kadrioski" <dka...@ef...> To: <dyn...@li...> Sent: Wednesday, December 06, 2000 5:50 PM Subject: RE: Re[2]: [Dynapi-Dev] CVS in WIndows > guys, this is starting to drive me nuts. > i'm pretty sure i've set wincvs up correctly. > I have an environment var named "HOME" set to "c:\home". I'm using nt4 sp5. > > when i just load the app, right-click on the project and select "checkout > module" (and then typing in "dynapi"), my message window looks like this: > > CVSROOT: :ext:to...@cv...:/cvsroot/dynapi (ssh > authentication) > TCL is *not* available, shell is disabled > cvs -d :ext:to...@cv...:/cvsroot/dynapi checkout -P -d > dynapi dynapi (in directory C:\home) > cvs [checkout aborted]: cannot start server via rsh: No such file or > directory > > *****CVS exited normally with code 1***** > > > am i the only one who can't get this to work? > > -----Original Message----- > From: Robert Rainwater [mailto:rra...@ya...] > Sent: Monday, December 04, 2000 4:39 PM > To: DynAPI Development List > Subject: Re[2]: [Dynapi-Dev] CVS in WIndows > > > > I believe that is correct. With the method I showed, you can not use > the login options. It will prompt for a login when you do a > checkout/checkin. However, there is not a module to check out yet. > Hopefully, they will reset CVS today. I will post when the module has > been imported. Then you can just checkout the module. > > -- > // Robert Rainwater > > On 12/4/2000, 1:55:33 PM EST, Darin wrote about "[Dynapi-Dev] CVS in > WIndows": > > > > after installing and using the settings outlined below (on NT4), i get a > > message saying : > > > CVSROOT: :ext:to...@cv...:/cvsroot/dynapi (ssh > > authentication) > > TCL is *not* available, shell is disabled > > > > i can't seem to get any further. > > "torgo" is my username on sourceforge. > > > any idea what i am doing wrong? > > > > > -----Original Message----- > > From: Robert Rainwater [mailto:rra...@ya...] > > Sent: Sunday, December 03, 2000 3:02 PM > > To: DynAPI Development List > > Subject: [Dynapi-Dev] CVS in WIndows > > > > > Here are some quick and dirty instructions for setting up CVS on > > windows. > > > Files > > ----- > > > WinCVS: > > ftp://sunsite.cnlab-switch.ch/mirror/cvsgui/WinCvs11b17.zip > > > SSH: > > ftp://ftp.dei.uc.pt/.disk2/Crypto/SSH/contrib/ssh-1.2.14-win32bin.zip > > > Installation > > ------------ > > Install WinCVS as per the instructions provided. > > > - Unzip ssh-1.2.14-win32bin.zip to a directory (ex. c:\ssh). > > - Add c:\ssh to the PATH variable. > > - Create a HOME directory (ex. c:\home). > > - Create environment variable HOME with value c:\home > > - Restart > > > - Start WinCVS. > > - It should prompt to enter your CVS Root. (if not, choose > > Admin|Preferences). Enter the cvs root as: > > ":ext:<username>@cvs.dynapi.sourceforge.net:/cvsroot/dynapi" > > Below CVSRoot, choose SSH Server for authentication. Then click the > > Ports tab and click "Check for alternate rsh name" to enable it. Then > > choose OK and your set. > > > Also, you can choose View|Browse Location|Change to change to a > > working directory, so you will not see your whole hard drive in the > > view. Choose c:\home for example. > > > Now your set. > > > To checkout a module, Right click Home and choose checkout and then > > you would enter the name of the module. A DOS box will pop up that > > will require your sourceforge password. > > > Currently, there is no module yet to checkout, but you would normally > > checkout "dynapi" to get the latest version. > > > For more info checkout: > > https://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |