Version 5 (modified by 13 years ago) (diff) | ,
---|
Subversion Access
Starting with release 1.5, subversion access is the recommended method to obtain the GiBUU code. Previous releases can only be obtained as a tarball. Before you can download the GiBUU code, you need to apply for a license.
svn access for registered users
If you have applied for a license and are granted svn access, you can do the following to check out the code from our svn repository:
- Create a new directory for GiBUU and change to that directory:
mkdir GiBUU cd GiBUU
- Check out the source code:
svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/releases/release1.5 ./release1.5
- Check out the input files:
svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/releases/buuinput1.5 ./buuinput
svn access for GiBUU developers
If you are a GiBUU developer and need help accessing the repository, please refer to this page.