Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 07/26/08 17:22:26 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 24 24 === Subversion === 25 25 26 The source code of the grammar is managed with [http://subversion.tigris.org/ Subversion]. The repository is located at http s://gg.opendfki.de/repos. It can be browsed with the [/browser subversion repository browser].26 The source code of the grammar is managed with [http://subversion.tigris.org/ Subversion]. The repository is located at http://gg.opendfki.de/repos (anonymous read access) and https://gg.opendfki.de/repos (read and write access; requires project membership). It can be browsed with the [/browser subversion repository browser]. 27 27 28 You can check out the whole repository with the following command: 28 For anonymous read access, you can check out the repository with the following command: 29 {{{ 30 svn checkout http://gg.opendfki.de/repos gg-repos 31 }}} 32 33 If you want to have read and write access, you first need to register an account and then apply for project membership at https://config.opendfki.de/. In this case, you should use the following command to check out the repository: 29 34 {{{ 30 35 svn checkout --username <user> https://gg.opendfki.de/repos gg-repos 31 36 }}} 32 33 In order to use the subversion repository directly (that is, without the repository browser), you first need to register an account and then apply for project membership at https://config.opendfki.de/.34 37 35 38