Subversion Repositories
From DANSE
[edit]
Secure Read/Write Checkout
Assuming you've already registered your correct ssh-rsa public key with the DANSE project and have your private key in an ssh agent, you can checkout for read/write like this:
$ svn co svn+ssh://svn@danse.us/reponame
If you have trouble, you should verify that the ssh pubkey (identified by its comment) that we have on record (http://danse.us/admin/userinfo) for you is the correct one. If you would like to use a different ssh pubkey (or don't yet have one on file with us), mail it to mcq.
[edit]
Insecure Anonymous Read-Only Checkout
$ svn co svn://danse.us/reponame
[edit]
Subversion Repository Resources
- Catalog of available DANSE subversion repositories (http://danse.us/admin/repolist)
- Project Repository Activity Summary (http://danse.us/admin/activity)
- Active tickets for the DANSE project (http://danse.us/trac/tickets/report/1)
- config (http://www.cacr.caltech.edu/projects/danse/cvs-pyre) and DANSE (http://dev.danse.us/trac/common/browser/svnUtil/svn-danse) download scripts
