Difference between revisions of "WebIssues/Code Repository"

From MiMec
Jump to: navigation, search
(New page: 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] ...)
 
Line 8: Line 8:
  
 
;trunk/client
 
;trunk/client
:The current version of the desktop client
+
:the current version of the desktop client
 
;trunk/server
 
;trunk/server
:The current version of the server
+
:the current version of the server
 
;trunk/doc
 
;trunk/doc
:Sources of the user manuals
+
:sources of the user manuals
 
;branches/client/0.8
 
;branches/client/0.8
:The older KDE version of the client
+
:the old KDE version of the client
;branches/client/petes-sandbox
 
:The version of the client for a custom project
 
;branches/server/petes-sandbox
 
:The prototype version of the server with a web client
 
  
 
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 15:56, 13 January 2008

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 all latest modules using the following command:

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

You can also check out individual modules by replacing trunk 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

You can also browse the repository using the Repository Browser.