Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
11/04/08 11:41:03 (15 years ago)
Author:
pead01
Comment:

updated checkout instructions for current main development directory

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    2626The 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]. 
    2727 
    28 For anonymous read access, you can check out the repository with the following command: 
     28For anonymous read access, you can check out the main development directory with the following command: 
    2929{{{ 
    30 svn checkout http://gg.opendfki.de/repos gg-repos 
     30svn checkout http://gg.opendfki.de/repos/gg/trunk gg 
    3131}}} 
    3232 
    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: 
     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 main development directory: 
    3434{{{ 
    35 svn checkout --username <user> https://gg.opendfki.de/repos gg-repos 
     35svn checkout --username <user> https://gg.opendfki.de/repos/gg/trunk gg 
    3636}}} 
    3737