Concurrent Versions System (CVS) Question:
Download Job Interview Questions and Answers PDF
How can I bring my copy of 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
Download CVS Interview Questions And Answers
PDF
Previous Question | Next Question |
How can I get my own copy of the JMRI code? | How does problem management relate to configuration management? |