code.creativecommons.org
Issue Tracking
The CC issue tracker is available at
http://code.creativecommons.org/issues. You may also email issues@creativecommons.org to create new issues, but only after you have created an account.
Continuous Integration
Our Jenkins CI dashboard is
available
at http://code.creativecommons.org/jenkins.
Subversion
- web view
- read-only repository
- writeable checkout:
$svn co
svn+ssh://svn@code.creativecommons.org/svnroot/project
Note: we only support public-key
authentication.
- write permission:
email webmaster@creativecommons.org
with your public key; if you had write permission at
Sourceforge, please include your sourceforge.net username so we
can map your key correctly.
Git
- web view
- read-only access:
$git clone git://code.creativecommons.org/cc.license.git
- read/write access:
$git clone
git@code.creativecommons.org:cc.license
Note: we only support public-key
authentication.