Difference between revisions of "WebIssues/Code Repository"
From MiMec
m |
|||
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 [http://sourceforge.net/svn/?group_id=189004 Subversion] page for more information. | ||
− | You can check out all | + | 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 co https://webissues.svn.sourceforge.net/svnroot/webissues/trunk webissues | ||
− | You can also check out individual | + | You can also check out individual components by replacing <code>trunk</code> with one of the following paths: |
;trunk/client | ;trunk/client | ||
− | :the | + | :the latest stable version of the desktop client |
;trunk/server | ;trunk/server | ||
− | :the | + | :the latest stable version of the server |
+ | |||
;trunk/doc | ;trunk/doc | ||
:sources of the user manuals | :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 | ;branches/client/1.0 | ||
− | :development branch | + | :current development branch of the client |
;branches/server/1.0 | ;branches/server/1.0 | ||
− | :development branch | + | :current development branch 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 14:58, 21 June 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 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
- the latest stable version of the desktop client
- trunk/server
- the latest stable 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
- current development branch of the client
- branches/server/1.0
- current development branch of the server
You can also browse the repository using the Repository Browser.