Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- 11/04/08 11:41:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 26 26 The source code of the current version 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 For anonymous read access, you can check out the repository with the following command:28 For anonymous read access, you can check out the main development directory with the following command: 29 29 {{{ 30 svn checkout http://gg.opendfki.de/repos gg-repos30 svn checkout http://gg.opendfki.de/repos/gg/trunk gg 31 31 }}} 32 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: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 main development directory: 34 34 {{{ 35 svn checkout --username <user> https://gg.opendfki.de/repos gg-repos35 svn checkout --username <user> https://gg.opendfki.de/repos/gg/trunk gg 36 36 }}} 37 37