Anonymous access
We provide public free access to the dCache source code via the following SVN repositories:
| Module | Description | License |
|---|---|---|
| dCache | Storage Element | dCache license |
| Chimera | Database-backed filesystem | dCache license |
| PNFS | Database-backed filesystem (deprecated) | dCache 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.