public:redmine2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
public:redmine2 [2020/03/06 10:22]
fmichel [Project and Repositories management]
public:redmine2 [2021/09/27 09:01]
jaillet [Project and Repositories management]
Line 20: Line 20:
 ==== Administrators ==== ==== Administrators ====
  
-The following people are Redmine ​(1 and 2administrators. If you are in their teams, contact them to access Redmine, create a project etc.+The following people are Redmine 2 administrators. If you are in their teams, contact them to access Redmine, create a project etc.
  
-If you don't know who to get in touch with, or for more technical issues, contact [[fmichel@i3s.unice.fr|Franck]].+If you don't know who to get in touch with, or for more technical issues, contact [[sparks-support@i3s.unice.fr|sparks-support]].
  
 +  * [[cpereira@i3s.unice.fr|Célia DA COSTA PEREIRA]]
   * [[debreuve@i3s.unice.fr|Eric DEBREUVE]]   * [[debreuve@i3s.unice.fr|Eric DEBREUVE]]
 +  * [[florent.jaillet@i3s.unice.fr|Florent JAILLET]]
   * [[fmichel@i3s.unice.fr|Franck MICHEL]]   * [[fmichel@i3s.unice.fr|Franck MICHEL]]
   * [[johan@i3s.unice.fr|Johan MONTAGNAT]]   * [[johan@i3s.unice.fr|Johan MONTAGNAT]]
 +  * [[muzy@i3s.unice.fr|Alexandre MUZY]]
   * [[denis.pallez@unice.fr|Denis PALLEZ]]   * [[denis.pallez@unice.fr|Denis PALLEZ]]
 +  * [[cpasquie@unice.fr|Claude PASQUIER]]
   * [[precioso@i3s.unice.fr|Frédéric PRECIOSO]]   * [[precioso@i3s.unice.fr|Frédéric PRECIOSO]]
-  * [[Gaetan.Rey@unice.fr|Gaëtan REY]] 
   * [[Philippe.Renevier@unice.fr|Philippe RENEVIER GONIN]]   * [[Philippe.Renevier@unice.fr|Philippe RENEVIER GONIN]]
 +  * [[Gaetan.Rey@unice.fr|Gaëtan REY]]
 +  * [[gscarella@i3s.unice.fr|Gilles SCARELLA]]
   * [[andrea.tettamanzi@unice.fr|Andrea TETTAMANZI]]   * [[andrea.tettamanzi@unice.fr|Andrea TETTAMANZI]]
  
Line 46: Line 51:
 Projects managers can create sub-projects of the projects they manage and assign users. Projects managers can create sub-projects of the projects they manage and assign users.
  
-<note important>​**GIT** and **SVN** repositories can be DECLARED using the web interface but this DOES NOT CREATE them on the server. They must be created manually using CLI => ask [[fmichel@i3s.unice.fr|Franck]] to do it for you.</​note>​+<note important>​**GIT** and **SVN** repositories can be DECLARED using the web interface but this DOES NOT CREATE them on the server. They must be created manually using CLI => ask [[sparks-support@i3s.unice.fr|sparks-support]] to do it for you.</​note>​
  
 Note that **only one repository can be created for each project, its directory name must be the same as the project'​s identifier.** Note that **only one repository can be created for each project, its directory name must be the same as the project'​s identifier.**
Line 77: Line 82:
 **URL**: ''​https://​redmine2.i3s.unice.fr/​svn/​project_identifier''​ **URL**: ''​https://​redmine2.i3s.unice.fr/​svn/​project_identifier''​
  
 +To create the SVN repository for a new project, connect on the redmine2 server (ssh) and do as follows:
 +<​code>​
 +cd /​home/​repos/​svn/​
 +svnadmin create <​project_identifier>​
 +chown -R apache:​apache <​project_identifier>​
 +</​code>​
  • public/redmine2.txt
  • Last modified: 2023/06/07 08:54
  • by jaillet