Free since 2005 · No login required
AT

Academic Tutorials

Learn at your own pace

site-mobile-top-banner · 320x50

How can I get the code for a particular release?

CVS uses "tags" to make specific sets of content. We use these to mark the code for each release as we build it. To get the code for a release, you can ask for it with a command like this: cvs -d:pserver:[email protected]:/cvsroot/jmri -q co -rRelease-2-1-5 In this example, "Release-2-1-5" is the tag for the 2.1.5 release. You can adjust that as needed. If you already have a release checked out and want to update it to a specific release, change the "co" command to "update -d"