Anonymous access
We provide public free access to the dCache source code via the following SVN repositories:
| Module | License |
|---|---|
| dCache | AGPL v3.0, if the file header of a file doesn't specify any other license |
| Chimera/XDR/NFS/libdcap | LGPL v2.0 |
| SRM/SRM client/Space Manager/parts of Billing | BSD, if the file header of a file doesn't specify any other license |
To obtain the source-code for one of these modules, use the subversion check-out (co) command:
svn co http://svn.dcache.org/<module>/trunk <module>
This command will create a directory with the same name as <module> that will contain the latest version of that package.
Note that the <module> must be replaced by the name of the module; for example, to obtain the source-code for Chimera, the command is:
svn co http://svn.dcache.org/Chimera/trunk Chimera
All suggestions and bug-fixes are WELCOME.