Changes between Version 42 and Version 43 of WikiStart
- Timestamp:
- 09/23/09 19:49:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v42 v43 5 5 6 6 On 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 == 9 You 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 15 The 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 7 21 8 22 == Bug reports ==