|
|
(11 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | The latest development version of WebIssues is available through the Subversion code repository hosted on SourceForge.net; see the [http://sourceforge.net/svn/?group_id=189004 Subversion] page for more information. | + | The current version of WebIssues is available at https://github.com/mimecorg/webissues. |
| | | |
− | You can check out all latest modules using the following command:
| + | The old version of the WebIssues Server can be found [https://github.com/mimecorg/webissues-server here]. The old WebIssues Desktop Client can be found [https://github.com/mimecorg/webissues-client here]. |
− | | |
− | svn co https://webissues.svn.sourceforge.net/svnroot/webissues/trunk webissues
| |
− | | |
− | You can also check out individual modules by replacing <code>trunk</code> with one of the following paths:
| |
− | | |
− | ;trunk/client
| |
− | :the current version of the desktop client
| |
− | ;trunk/server
| |
− | :the current version of the server
| |
− | ;trunk/doc
| |
− | :sources of the user manuals
| |
− | | |
− | ;branches/client/0.8
| |
− | :the old KDE version of the client (before porting to Qt4)
| |
− | | |
− | ;trunk/articles
| |
− | :reusable components with demo projects and documentation
| |
− | ;trunk/articles/rdb
| |
− | :the current version of the RDB component
| |
− | ;trunk/articles/xmlui
| |
− | :the current version of the XmlUi component
| |
− | | |
− | ;users/*
| |
− | :team sandboxes for each user
| |
− | | |
− | You can also browse the repository using the [http://webissues.svn.sourceforge.net/viewvc/webissues/ Repository Browser].
| |
Latest revision as of 13:46, 8 May 2020
The current version of WebIssues is available at https://github.com/mimecorg/webissues.
The old version of the WebIssues Server can be found here. The old WebIssues Desktop Client can be found here.