gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 9 and Version 10 of download


Ignore:
Timestamp:
Jul 18, 2014, 3:42:55 PM (10 years ago)
Author:
jweil
Comment:

update info for public svn access

Legend:

Unmodified
Added
Removed
Modified
  • download

    v9 v10  
    11= Subversion Access =
    22
    3 Starting with release 1.5, subversion access is the recommended method to obtain the GiBUU code. Previous releases can only be obtained as a [/downloads tarball]. Before you can download the GiBUU code, you need to apply for a [//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 [/downloads tarball].
    44
    5 == svn access for registered users ==
     5{{{#!comment
     6Before you can download the GiBUU code, you need to apply for a [//license license].
     7}}}
    68
     9== public svn access ==
     10
     11{{{#!comment
    712If you have applied for a license and have received a user account, you can do the following to check out the code from our svn repository:
     13}}}
    814
    915 1. Create a new directory for GiBUU and change to that directory:
     
    1723
    1824{{{
    19 svn co --username your_user_name https://gibuu.hepforge.org/svn/releases/release1.6 ./release1.6
     25svn co http://gibuu.hepforge.org/svn/releases/release1.6 ./release1.6
    2026}}}
    2127
     
    2329
    2430{{{
    25 svn co --username your_user_name https://gibuu.hepforge.org/svn/releases/buuinput1.6 ./buuinput
     31svn co http://gibuu.hepforge.org/svn/releases/buuinput1.6 ./buuinput
    2632}}}
    2733
     34{{{#!comment
    2835Note: In the commands shown above, the string "your_user_name" should be replaced by your actual user name (this is the same user name which is used for logging in to the GiBUU website). If you do not have a GiBUU user account yet, please request one [//license here].
     36}}}
    2937
     38== svn access for developers ==
    3039
    31 == svn access for GiBUU developers ==
    32 
    33 If you are a GiBUU developer and need help accessing the repository, please refer to [wiki:wikiInternal/svn this page].
     40If you are a developer and need help accessing the repository, please refer to [wiki:wikiInternal/svn this page].