Changes

From SME Server
Jump to navigationJump to search
Line 311: Line 311:     
* for smecontribs
 
* for smecontribs
  cvs -z3 -d:pserver:anonymous@smeserver.cvs.sourceforge.net:/cvsroot/smecontribs checkout -P packagename [individual package]
+
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smecontribs checkout -P packagename [individual package]
  cvs -z3 -d:pserver:anonymous@smeserver.cvs.sourceforge.net:/cvsroot/smecontribs co -P rpms [full tree]
+
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smecontribs co -P rpms [full tree]
    
Note: If at a later stage you obtain a valid account with CVS, you will need to edit ALL packages /CVS/Root in order to save your work in CVS. As an example, for package "packagename", CVS/Root will need to be edited to be exactly as shown below:
 
Note: If at a later stage you obtain a valid account with CVS, you will need to edit ALL packages /CVS/Root in order to save your work in CVS. As an example, for package "packagename", CVS/Root will need to be edited to be exactly as shown below:
Line 319: Line 319:     
ok - CVS/Root uses 'ext' which should be SSH access
 
ok - CVS/Root uses 'ext' which should be SSH access
   
the port 222 will need to be defined in ~/.ssh/config
 
the port 222 will need to be defined in ~/.ssh/config
 
host shell.koozali.org
 
host shell.koozali.org
 
port 222
 
port 222
   
you can also define there the rsa key you want to use...
 
you can also define there the rsa key you want to use...
  

Navigation menu