Changes between Version 61 and Version 62 of WikiStart


Ignore:
Timestamp:
03/29/12 16:13:05 (12 years ago)
Author:
masc01
Comment:

updated to point to github

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v61 v62  
    2828   - more to follow... 
    2929 
    30 == SVN access to the repository == 
    31 You can check out the latest development source code from the SVN trunk, using the following command: 
     30== Access to the source code repository at github == 
     31 
     32You can check out the latest development source code from the Github repository at http://github.com/marytts/marytts, using the following command: 
    3233 
    3334{{{ 
    34    svn checkout https://mary.opendfki.de/repos/trunk openmary 
     35   git clone git://github.com/marytts/marytts.git 
    3536}}} 
    36 The source code of released versions can be found below [source:tags/]. For example, to check out the source code of the "4.0.0" release, do this: 
     37 
     38The source code of previous released versions can be obtained from the old SVN repository, below [source:tags/]. For example, to check out the source code of the "4.0.0" release, do this: 
    3739 
    3840{{{ 
     
    4244If you think you have identified a bug, we would like to hear about it. For a meaningful bug report, proceed as follows: 
    4345 
    44  1. Check in the [http://mary.opendfki.de/query?group=status&milestone=4.0 list of known bugs] whether the bug has been reported already; 
    45  1. If you cannot find it, create a [http://mary.opendfki.de/newticket new ticket] containing the following information: 
     46 1. Check in the [http://github.com/marytts/marytts new list of issues on github] as well as the [http://mary.opendfki.de/query?group=status&milestone=4.0 old list of known bugs on TRAC] whether the bug has been reported already; 
     47 1. If you cannot find it, create a [https://github.com/marytts/marytts/issues/new new issue on github] containing the following information: 
    4648   * operating system and java version used; 
    4749   * what to do to reproduce the error;