7 | | `svn checkout http://lev.thep.lu.se/repository/base/tags/2.3 base-2.3` |
8 | | This will create a sub-directory `base-2.3` with all source files. Anonymous checkouts are allowed, but write permission is only granted to developers. |
9 | | |
10 | | The latest production release branch of BASE 2 can be checked out from subversion with: |
11 | | `svn checkout http://lev.thep.lu.se/repository/base/branches/2.3.1 base-2.3.1` |
12 | | This will create a sub-directory `base-2.3.1` with all source files. This is a branch aiming for the next minor release with bug fixes. Note that the bug fixes are not fully tested until a release freeze. |
| 7 | `svn checkout http://lev.thep.lu.se/repository/base/tags/2.3.1 base-2.3.1` |
| 8 | This will create a sub-directory `base-2.3.1` with all source files. Anonymous checkouts are allowed, but write permission is only granted to developers. |