gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Initial Version and Version 1 of download


Ignore:
Timestamp:
May 17, 2009, 10:01:19 PM (15 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • download

    v1 v1  
     1= Subversion Access =
     2
     3We only provide svn access to external users in rare cases. Usually external users should download one of our [http://gibuu.physik.uni-giessen.de/GiBUU/downloads releases], after applying for a [http://gibuu.physik.uni-giessen.de/license license].
     4
     5== svn access for registered users ==
     6
     7If you have applied for a license and are granted svn access, you can do the following the check out the code from our svn repository:
     8
     91) check out the current code
     10
     11{{{
     12svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/workingCode .
     13}}}
     14
     152) check out the input files
     16
     17{{{
     18svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/buuinput .
     19}}}
     20
     21Please note note that access is currently restricted to the university network in Giessen.
     22
     23== svn access for GiBUU developers ==
     24
     25If you are a GiBUU developer and need help accessing the repository, please refer to [wiki:wikiInternal/svn this page].