Concurrent Versions System (CVS) Question:
Download Questions PDF

How can I get my own copy of the JMRI code?

CVS Interview Question
CVS Interview Question

Answer:

To get a copy of the source for your own use, you can use "anonymous checkout". For a command line cvs client, make a new directory for the project, change to it, and tell CVS you exist with cvs -d:pserver:anonymous@jmri.cvs.sourceforge.net:/cvsroot/jmri login This "login" line is only needed once; after that, it is remembered on your local machine. You may be asked for a password. If so, just hit return, as the empty password will be accepted. You can then get a copy of the code with cvs -d:pserver:anonymous@jmri.cvs.sourceforge.net:/cvsroot/jmri co all If you're using a GUI-based client like WinCVS, pull down the "admin" menu and select "command line" to get a place to type these commands. On other computers, you can type them directly on the command line.

Download CVS Interview Questions And Answers PDF

Previous QuestionNext Question
How do I get a copy of CVS?How can I bring my copy of JMRI code up to date?