Note: as of June 2006, it is likely the jEdit team will change from CVS to subversion in the near future.
1. login, hit enter at the password prompt:
cvs -d:pserver:anonymous@jedit.cvs.sourceforge.net:/cvsroot/jedit login
Logging in to :pserver:anonymous@jedit.cvs.sourceforge.net:2401/cvsroot/jedit
CVS password:
2. checkout a module, in this case the plugins/build-support
module:
cvs -d:pserver:anonymous@jedit.cvs.sourceforge.net:/cvsroot/jedit co plugins/build-support
cvs checkout: Updating plugins/build-support U plugins/build-support/build.properties.sample U plugins/build-support/plugin-build.xml U plugins/build-support/users-guide.xsl
3. logout:
cvs -d:pserver:anonymous@jedit.cvs.sourceforge.net:/cvsroot/jedit logout
Logging out of :pserver:anonymous@jedit.cvs.sourceforge.net:2401/cvsroot/jedit