public:user_software:user_software

This is an old revision of the document!


User Software

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:

  1. Check out everything in a single go:
    svn co http://lus.lofar.org/svn usg
  2. Check out a slightly cleaned-up version, omitting the trunk directories 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
  • Last modified: 2011-10-14 12:48
  • by Lars Bahren