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 [2019/01/22 15:27]
fmichel [Project and Repositories management]
public:redmine2 [2020/03/06 09:42]
fmichel [Project and Repositories management]
Line 56: Line 56:
 === Git repositories === === Git repositories ===
  
-**Identifier**:​ either empty of same as the project'​s identifier+**Identifier**:​ either empty or same as the project'​s identifier
  
-**Path**: ''/​var/lib/git/​project_identifier.git''​+**Path**: ''/​home/repos/​project_identifier.git''​
  
 **URL**: ''​https://​redmine2.i3s.unice.fr/​git/​project_identifier.git''​ **URL**: ''​https://​redmine2.i3s.unice.fr/​git/​project_identifier.git''​
 +
 +For a new project, the git repository must be created [[https://​githowto.com/​bare_repositories|"​bare"​]].
 +To do so, connect on the redmine2 server (ssh) and do as follows:
 +<​code>​
 +cd /home/repos
 +cp -r git_bare_repo.git git/<​project_identifier>​.git
 +chown -r apache:​apache git/<​project_identifier>​.git
 +</​code>​
  
 === SVN repositories === === SVN repositories ===
  
-**Identifier**:​ either empty of same as the project'​s identifier+**Identifier**:​ either empty or same as the project'​s identifier
  
 **Path**: ''​file:''''/''''/''''/​var/​lib/​svn/​project_identifier''​ **Path**: ''​file:''''/''''/''''/​var/​lib/​svn/​project_identifier''​
  • public/redmine2.txt
  • Last modified: 2023/06/07 08:54
  • by jaillet