Development Server
From IridiaWiki
Revision as of 12:50, 9 December 2009 by Arne (talk | contribs) (→How to access the subversion repositories?)
IRIDIA has a development server called "iridia-dev". The server provides the following services:
- subversion repositories
- 'trac' environments for projects (wiki, bugtracker etc)
- webpages for projects
So if you have some software you would like to make open source, you can host this on the new server. Like before, ask Rehan if you need an subversion repository.
How to access the subversion repositories?
You should get a username and a passwor from the repositories administrator. Instead of accessing the server by ssh, you have to use https. The repository URL is the following:
https://iridia-dev.ulb.ac.be/projects/%NAME%/svn
For example, you can check out a project like this:
svn co https://%USERNAME%@iridia-dev.ulb.ac.be/projects/%REPNAME%/svn
Contact the administrator if you have any problems/questions.
Rehan/Arne