|
- Timestamp:
-
Jul 4, 2012, 4:35:08 PM (12 years ago)
- Author:
-
jweil
- Comment:
-
public svn access coming soon
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
1 | 1 | = Subversion Access = |
2 | 2 | |
3 | | We only provide svn access to external users in rare cases. Usually external users should download one of our [http://gibuu.physik.uni-giessen.de/GiBUU/downloads releases], after applying 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 [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]. |
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/workingCode ./workingCode |
| 19 | svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/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/buuinput ./buuinput |
| 25 | svn co --username <your_user_name> svn://gibuu.physik.uni-giessen.de/releases/buuinput1.5 ./buuinput |
26 | 26 | }}} |
27 | 27 | |
28 | | Please note that access is currently restricted to the university network in Giessen. |
29 | 28 | |
30 | 29 | == svn access for GiBUU developers == |
|