Re: [Scriptonite-dev] CVS access rights
Status: Planning
Brought to you by:
egagnon
|
From: Etienne M. G. <eg...@j-...> - 2000-03-31 18:01:40
|
Apparently, one of the easiest way to go around the WinXX cvs/ssh problems is to cheat;-) You use ssh to login into your shell1.sourceforge.net. There, you simply checkout using cvs/ssh (as described in the UNIX documentation). You must only be careful using @cvs1 instead of cvs.scriptonite.sourcefoge.net as you are inside their firewall. Here's a sample session (from my own Linux station). $ ssh -P -l egagnon shell1.sourceforge.net ******************************************************************** * Welcome to SourceForge Shell Services (orbital.sourceforge.net) * ******************************************************************** Project Websites are located in /home/groups and can be seen by visiting http://<project name>.sourceforge.net Project FTP Sites are located in /home/groups/ftp/pub/<project name> and can be seen by visiting ftp://<project name>.sourceforge.net/pub /home/users : User Based Quota 2MB Soft 4MB Hard /home/groups : Group Based Quota 100MB Soft 125MB Hard ******************************************************************** PLEASE READ THIS: Move to the new webserver failed, bad SCSI disk. I will replace the disk ASAP and get the move underway. We'll shoot for another move Monday. The directories in /home/groups will be changing to all lowercase. This will happen with the move to the new server. Please be ready to update your scripts. ******************************************************************** No mail. [egagnon@orbital egagnon]$ export CVS_RSH=ssh [egagnon@orbital egagnon]$ cvs -z3 -degagnon@cvs1:/cvsroot/scriptonite co scriptonite egagnon@cvs1's password: cvs server: Updating scriptonite U scriptonite/AUTHORS U scriptonite/COPYING.LIB U scriptonite/ChangeLog U scriptonite/Scriptonite-LICENSE U scriptonite/THANKS cvs server: Updating scriptonite/scriptonite cvs server: Updating scriptonite/scriptonite/src cvs server: Updating scriptonite/src U scriptonite/src/ecmascript.grammar U scriptonite/src/scriptonite-ast.grammar [egagnon@orbital egagnon]$ Now, I can simply go and replace scriptonite/src/* by new versions and check-in the result;-) You can use "scp" to copy files over. I hope this solves your problem Etienne |