Changes between Version 3 and Version 4 of WikiStart


Ignore:
Timestamp:
07/26/08 17:22:26 (16 years ago)
Author:
pead01
Comment:

anonymous read access

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v3 v4  
    2424=== Subversion === 
    2525 
    26 The source code of the grammar is managed with [http://subversion.tigris.org/ Subversion]. The repository is located at https://gg.opendfki.de/repos. It can be browsed with the [/browser subversion repository browser]. 
     26The 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]. 
    2727 
    28 You can check out the whole repository with the following command: 
     28For anonymous read access, you can check out the repository with the following command: 
     29{{{ 
     30svn checkout http://gg.opendfki.de/repos gg-repos 
     31}}} 
     32 
     33If 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: 
    2934{{{ 
    3035svn checkout --username <user> https://gg.opendfki.de/repos gg-repos 
    3136}}} 
    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/. 
    3437 
    3538