Changes between Version 42 and Version 43 of WikiStart


Ignore:
Timestamp:
09/23/09 19:49:47 (15 years ago)
Author:
masc01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v42 v43  
    55 
    66On these development pages, you can [source: browse the source code], and [http://mary.opendfki.de/newticket submit bug reports] (but look at the [report:3 existing bug reports] first!). 
     7 
     8== SVN access to the repository == 
     9You can check out the source code from SVN, using the following command: 
     10 
     11{{{ 
     12   svn checkout https://mary.opendfki.de/repos/trunk openmary 
     13}}} 
     14 
     15The source code of released versions can be found below [source:tags/], e.g. to check out the source code of the "4.0 beta" release, do this: 
     16 
     17{{{ 
     18   svn checkout https://mary.opendfki.de/repos/tags/4.0beta openmary-4.0beta 
     19}}} 
     20 
    721 
    822== Bug reports ==