CVS information
You can download the latest unstable version of pal via CVS.
$ cvs -d ':pserver:anonymous@palcal.cvs.sourceforge.net:/cvsroot/palcal' login
(Just hit enter for the password)
$ cvs -z3 -d ':pserver:anonymous@palcal.cvs.sourceforge.net:/cvsroot/palcal' checkout pal
When there are updates to pal's code, you can add those changes to your local copy with this command while you are in pal's directory:
$ cvs update -d
If you would like to create a patch for pal, first make sure you have the latest copies of pal's files from CVS. Then run cvs diff -u > my.patch and send it to the palcal-devel mailing list.
Having problems with CVS?
- If you are getting CVS errors, check sourceforge.net's status page. If that page says that CVS is working and you continue to have problems over a period of a couple days, please mention the problem on the palcal-devel mailing list.
- Anonymous (non-developer) CVS is slightly delayed from the developer CVS access. If a developer mentions that something is committed into CVS, it might take several hours until you see the change in anonymous CVS.
- If you don't need to have the absolute latest pal code, please consider using the development releases that are periodically listed on pal's home page instead of CVS.