gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Version 19 (modified by gallmei, 6 years ago) (diff)

change 2016 to 2017

Getting the GiBUU code

Starting with release 1.5, subversion access is the recommended method for obtaining the GiBUU code. Since release 1.6 the code is publicly available without registration.

Public svn access (via HepForge)

In order to download the GiBUU code and input files, please follow these steps:

  1. Create a new directory for GiBUU and change to that directory:
mkdir GiBUU; cd GiBUU
  1. Check out the source code:
svn co http://gibuu.hepforge.org/svn/releases/release2017
  1. Check out the input files:
svn co http://gibuu.hepforge.org/svn/releases/buuinput2017 ./buuinput

Note that the code can also be viewed online.

Public git access (via GitHub)

This is not yet at revision 2017!

A mirror of the GiBUU repository is available on GitHub:

svn access for 'premium users'

If you have been choosen to be a 'premium user', you get (read-only) access to the directories 'workingCode' and 'branches'. You may check out them via e.g.

svn co --username XXX https://gibuu.hepforge.org/svn/workingCode

The https is important.

svn access for developers

If you are a developer and need help accessing the repository, please refer to this page (available only after login).