Concurrent Versions System (CVS) Question:
How can I bring my copy of the JMRI code up to date?

Answer:
People contribute updates to the JMRI code almost every week. Your local copy doesn't get these changes until you ask for them, so that you've got something stable to work with. If you have an existing copy of the code and want to update it to the most recent contents of CVS, the CVS command is: cvs -d:pserver:anonymous@jmri.cvs.sourceforge.net:/cvsroot/jmri -q update -dA
Previous Question | Next Question |
How do I update an existing copy of the source to the current version? | How do I get a copy of CVS? |