= 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 [/downloads tarball]. {{{#!comment Before you can download the GiBUU code, you need to apply for a [//license license]. }}} == public svn access == {{{#!comment If 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: }}} 1. Create a new directory for GiBUU and change to that directory: {{{ mkdir GiBUU cd GiBUU }}} 2. Check out the source code: {{{ svn co http://gibuu.hepforge.org/svn/releases/release1.6 ./release1.6 }}} 3. Check out the input files: {{{ svn co http://gibuu.hepforge.org/svn/releases/buuinput1.6 ./buuinput }}} {{{#!comment Note: 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]. }}} == svn access for developers == If you are a developer and need help accessing the repository, please refer to [wiki:wikiInternal/svn this page].