Difference between revisions of "WebIssues/Code Repository"

From MiMec
Jump to: navigation, search
 
(One intermediate revision 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 [https://sourceforge.net/p/webissues/code/ Subversion] page for more information.
+
The current version of WebIssues is available at https://github.com/mimecorg/webissues.
  
You can check out the current version of all components 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 checkout svn://svn.code.sf.net/p/webissues/code/trunk webissues
 
 
 
You can also check out individual components by replacing <code>trunk</code> with one of the following paths:
 
 
 
;trunk/client
 
:current development version of the desktop client
 
;trunk/server
 
:current development version of the server
 
 
 
;trunk/doc
 
:sources of the user manuals
 
;trunk/articles
 
:reusable components with demo projects and documentation
 
;trunk/tools
 
:various supporting tools used for development
 
 
 
;branches/client/1.0
 
:maintenance branch for version 1.0 of the client
 
;branches/client/0.9
 
:branch for old version 0.9 of the client
 
;branches/server/1.0
 
:maintenance branch for version 1.0 of the server
 
;branches/server/0.8
 
:branch for old version 0.8 of the server
 

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.