gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 4 and Version 5 of download


Ignore:
Timestamp:
Jul 4, 2012, 4:35:08 PM (12 years ago)
Author:
jweil
Comment:

public svn access coming soon

Legend:

Unmodified
Added
Removed
Modified
  • download

    v4 v5  
    11= Subversion Access =
    22
    3 We 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].
     3Starting with release 1.5, subversion access is the recommended method to obtain the GiBUU code. Previous releases can only be obtained as a [http://gibuu.physik.uni-giessen.de/GiBUU/downloads tarball]. Before you can download the GiBUU code, you need to apply for a [http://gibuu.physik.uni-giessen.de/license license].
    44
    55== svn access for registered users ==
     
    1717
    1818{{{
    19 svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/workingCode ./workingCode
     19svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/releases/release1.5 ./release1.5
    2020}}}
    2121
     
    2323
    2424{{{
    25 svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/buuinput ./buuinput
     25svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/releases/buuinput1.5 ./buuinput
    2626}}}
    2727
    28 Please note that access is currently restricted to the university network in Giessen.
    2928
    3029== svn access for GiBUU developers ==