This is an old revision of the document!
User Software
Code repository
Internal structure
usg
|-- code
| |-- branches
| `-- trunk
| | |-- build
| | |-- data
| | |-- external
| | `-- src
`-- documents
|-- branches
`-- trunk
Checking out code
As read-only access to the repository is not restricted in any ways, you can obtain a working copy of the source code by running
svn co http://lus.lofar.org/svn/code/trunk lofarsoft
In case you not only want a working version of the source code, but also of the various documents, you do have two options to options of retrieval:
- Check out everything in a single go:
svn co http://lus.lofar.org/svn usg
- Check out a slightly cleaned-up version, omitting the
trunkdirectories from your working version:mkdir usg cd usg svn co http://lus.lofar.org/svn/code/trunk code svn co http://lus.lofar.org/svn/documents/trunk docs