Cygwin

From K-3D

Jump to: navigation, search

Cygwin is a Linux-like environment for Windows. You can obtain it at http://sourceware.org/cygwin/

When using CVS under cygwin as a developer you will need to create a SSH key pair.

You can cut and paste your public key into the box on this page.

Then you can check out the module with these commands,


export CVS_RSH=ssh

cvs -z3 -d:ext:developername@k3d.cvs.sourceforge.net:/cvsroot/k3d co -P modulename


If the checkout fails to complete try this command,

cvs -q update -d -P

Personal tools