wiki:CAL Subversion Repository

CAL Subversion Repository

subversion is a revision control system that we're using at CAL.

It's accessible (read-only) from the "Browse Source" link above, and if you have an account, you can check out the trunk (for example) with:

svn checkout https://docs.astro.columbia.edu/svn/cal-svn/trunk

You'll probably want to get a copy of the CAL Certificate Authority, save it locally (e.g. to /home/username/.keys/CAL-CA_root_cert.pem), and add an entry like the following to your ~/.subversion/servers:

[groups]
cal = docs.astro.columbia.edu

[cal]
ssl-authority-files = /home/cal/username/.keys/CAL-CA_root_cert.pem

The main CAL repository's permanent home is now https://docs.astro.columbia.edu/svn/cal-svn

Last modified 18 years ago Last modified on 09/07/06 11:13:05
Note: See TracWiki for help on using the wiki.