Next: , Previous: Compilation error and warning handling, Up: Top


6 Getting the latest version

  1. Decide which version you want. HEAD is the newest version and usually OK, whereas RELEASE is for cautious people (e.g. who already have systems using asdf that they don't want broken), a slightly older version about which none of the HEAD users have complained.
  2. Check it out from sourceforge cCLan CVS:

    cvs -d:pserver:anonymous@cvs.cclan.sourceforge.net:/cvsroot/cclan login

    (no password: just press <Enter>)

    cvs -z3 -d:pserver:anonymous@cvs.cclan.sourceforge.net:/cvsroot/cclan co -r RELEASE asdf

    or for the bleeding edge, instead

    cvs -z3 -d:pserver:anonymous@cvs.cclan.sourceforge.net:/cvsroot/cclan co -A asdf

If you are tracking the bleeding edge, you may want to subscribe to the cclan-commits mailing list (see http://sourceforge.net/mail/?group_id=28536) to receive commit messages and diffs whenever changes are made.

For more CVS information, look at http://sourceforge.net/cvs/?group_id=28536.