Difference between revisions of "WebIssues/Code Repository"

From MiMec
Jump to: navigation, search
Line 16: Line 16:
 
;branches/client/0.8
 
;branches/client/0.8
 
:the old KDE version of the client (before porting to Qt4)
 
:the old KDE version of the client (before porting to Qt4)
 +
;branches/client/1.0
 +
;development branch for version 1.0 of the client
 
;branches/server/1.0
 
;branches/server/1.0
:the future version 1.0 of the server
+
:development branch for version 1.0 of the server
  
 
;trunk/articles
 
;trunk/articles
Line 27: Line 29:
 
;trunk/articles/wmstyle
 
;trunk/articles/wmstyle
 
:the current version of the WMStyle component
 
:the current version of the WMStyle component
 
;users/*
 
:sandboxes for users
 
  
 
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 13:46, 31 March 2010

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 (before porting to Qt4)
branches/client/1.0
development branch for version 1.0 of the client
branches/server/1.0
development branch for version 1.0 of the server
trunk/articles
reusable components with demo projects and documentation
trunk/articles/rdb
the current version of the RDB component
trunk/articles/xmlui
the current version of the XmlUi component
trunk/articles/wmstyle
the current version of the WMStyle component

You can also browse the repository using the Repository Browser.