- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

HLRS GForge

From HLRS Platforms
Jump to navigationJump to search
GForge is a free software fork of the web-based project-management and collaboration software originally created for SourceForge. GForge is licensed under the GNU General Public License. GForge provides project hosting, version control (CVS and Subversion), bug-tracking, and messaging.
Developer: GForge Group
Platforms: HLRS GForge Server
Category: Project Management and Collaboration
License: GNU GPL
Website: GForge Homepage


Registration

Create an account

In order to register please fill in the registration form.

Create a project

As soon as your account is activated you can login to the HLRS GForge Server (HLRS GForge Login Page). Now you can join already existing projects or create your own projects. On "MyPage" click on "Register project" or follow the link to the project registration and fill in the form.

Note: Be sure to mention your HLRS collaboration project (e.g. HPC-Europa2, PRACE) or your HLRS contact in the field "2. Project Purpose And Summarization". This description will be the basis for the approval of your project. This description will not be used as a public description of your project. It must be written in English.


Usage

Note: The HLRS GForge server is accessible from all HLRS platforms.

SVN usage

The online home of Version Control with Subversion provides detailed information about all SVN commands. You can checkout your SVN project like this:

svn co --username $username https://svn.gforge.hlrs.de/svn/$projectname $path

If $path is not provided a new subdirectory $projectname will be created. You can upload changes like this:

svn ci

In order to update your local copy use the update command:

svn up

Files and directories can bw removed with

svn rm $filename

and added with

svn add $filename

With the command

svn help

the help page of SVN is displayed.

See also

External links