Difference between revisions of "WebIssues/Code Repository"

From MiMec
Jump to: navigation, search
Line 8: Line 8:
  
 
;trunk/client
 
;trunk/client
:the latest stable version of the desktop client
+
:development version of the desktop client
 
;trunk/server
 
;trunk/server
:the latest stable version of the server
+
:development version of the server
  
 
;trunk/doc
 
;trunk/doc
Line 19: Line 19:
 
:various supporting tools used for development
 
:various supporting tools used for development
  
;branches/client/1.0
+
;branches/client/0.9
:current development branch of the client
+
:branch for stable version 0.9 of the client
;branches/server/1.0
+
;branches/server/0.8
:current development branch of the server
+
:branch for stable version 0.8 of the server
  
  
 
You can also browse the repository using the [http://webissues.svn.sourceforge.net/viewvc/webissues/ Repository Browser].
 
You can also browse the repository using the [http://webissues.svn.sourceforge.net/viewvc/webissues/ Repository Browser].

Revision as of 23:32, 18 March 2011

The latest development version of WebIssues is available through the Subversion code repository hosted on SourceForge.net; see the Subversion page for more information.

You can check out the current version of all components using the following command:

svn co https://webissues.svn.sourceforge.net/svnroot/webissues/trunk webissues

You can also check out individual components by replacing trunk with one of the following paths:

trunk/client
development version of the desktop client
trunk/server
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/0.9
branch for stable version 0.9 of the client
branches/server/0.8
branch for stable version 0.8 of the server


You can also browse the repository using the Repository Browser.