[vmips logo]  
SourceForge Logo [ About News Documentation Download CVS To-Do Snapshots Screenshot Bugs Mailing Lists ]

Getting vmips via CVS

What's CVS?

CVS is the Concurrent Versions System, a source-code version control mechanism. Start at CVShome.org to learn more and read the tutorial.

Anyone can check out the sources via CVS, but only certain people (the vmips maintainers) have the ability to check in.

Browsing Source Changes in CVS on the Web

You can browse our CVS history on the Web.

Downloading Source Trees via Anonymous CVS

We recommend that you run CVS 1.10 or later.

You can download copies of the latest development source via our anonymous CVS server. Just two commands will suffice:

  1. cvs -z 9 -d :pserver:anoncvs@anoncvs.dgate.org:/services/cvs login
    password is anoncvs
  2. cvs -z 9 -d :pserver:anoncvs@anoncvs.dgate.org:/services/cvs co vmips

Please note that the development code is not guaranteed to work or even compile; it merely represents the current state of the program at the time you downloaded it from the CVS server.