wiki:CAL Subversion Repository

Version 1 (modified by Daniel Kahn gillmor, 20 years ago) ( diff )

--

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 co https://cal.fifthhorseman.net/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 = cal.fifthhorseman.net

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

Eventually the subversion repository will fall within the new CAL domain (see Naming Conventions), but until that's resolved, it will live here at cal.fifthhorseman.net

Note: See TracWiki for help on using the wiki.