|
- Timestamp:
-
Jul 18, 2013, 10:47:01 AM (11 years ago)
- Author:
-
jweil
- Comment:
-
update links & repo URLs to HepForge?
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
1 | 1 | = Subversion Access = |
2 | 2 | |
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 [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]. |
| 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]. |
4 | 4 | |
5 | 5 | == svn access for registered users == |
… |
… |
|
17 | 17 | |
18 | 18 | {{{ |
19 | | svn co --username your_user_name svn://gibuu.physik.uni-giessen.de/releases/release1.5 ./release1.5 |
| 19 | svn co --username your_user_name https://gibuu.hepforge.org/svn/releases/release1.5 ./release1.5 |
20 | 20 | }}} |
21 | 21 | |
… |
… |
|
23 | 23 | |
24 | 24 | {{{ |
25 | | svn co --username your_user_name svn://gibuu.physik.uni-giessen.de/releases/buuinput1.5 ./buuinput |
| 25 | svn co --username your_user_name https://gibuu.hepforge.org/svn/releases/buuinput1.5 ./buuinput |
26 | 26 | }}} |
27 | 27 | |
28 | | 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 [http://gibuu.physik.uni-giessen.de/license here]. |
| 28 | 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]. |
29 | 29 | |
30 | 30 | |
|