Difference between revisions of "WebIssues/Code Repository"

From MiMec
Jump to: navigation, search
Line 8: Line 8:
  
 
;trunk/client
 
;trunk/client
:development version of the desktop client
+
:current development version of the desktop client
 
;trunk/server
 
;trunk/server
:development version of the server
+
:current development version of the server
  
 
;trunk/doc
 
;trunk/doc
Line 20: Line 20:
  
 
;branches/client/0.9
 
;branches/client/0.9
:branch for stable version 0.9 of the client
+
:branch for old version 0.9 of the client
 
;branches/server/0.8
 
;branches/server/0.8
:branch for stable version 0.8 of the server
+
:branch for old 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 22:52, 20 December 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
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/0.9
branch for old version 0.9 of the client
branches/server/0.8
branch for old version 0.8 of the server


You can also browse the repository using the Repository Browser.