Difference between revisions of "WebIssues/Code Repository"

From MiMec
Jump to: navigation, search
(13 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 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.
  
You can check out all latest modules using the following command:
+
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
+
  svn checkout svn://svn.code.sf.net/p/webissues/code/trunk webissues
  
You can also check out individual modules by replacing <code>trunk</code> with one of the following paths:
+
You can also check out individual components by replacing <code>trunk</code> with one of the following paths:
  
 
;trunk/client
 
;trunk/client
:the current version of the desktop client
+
:current development version of the desktop client
 
;trunk/server
 
;trunk/server
:the current version of the server
+
:current development version of the server
 +
 
 
;trunk/doc
 
;trunk/doc
 
:sources of the user manuals
 
:sources of the user manuals
;branches/client/0.8
+
;trunk/articles
:the old KDE version of the client - pre QT4
+
:reusable components with demo projects and documentation
 
+
;trunk/tools
;users/*
+
:various supporting tools used for development
:team sandboxes for each user
 
  
You can also browse the repository using the [http://webissues.svn.sourceforge.net/viewvc/webissues/ Repository Browser].
+
;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

Revision as of 15:54, 12 March 2013

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 checkout svn://svn.code.sf.net/p/webissues/code/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/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