Actions
Feature #3960
closedReposman.rb should create Repository even if SCM Module is enabled
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2009-10-02
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Hi,
Since i use Project Hierarchy, I never need top project SCM Repository.
Main Project (No SCM)
Sub Project 1 (SCM Repository)
Sub Project 2 (SCM Repository)
So using Reposman.rb should create Repository even if SCM Module is enabled on project
Updated by Nicolas Chuche about 15 years ago
So using Reposman.rb should create Repository even if SCM Module is enabled on project
I don't understand your problem.
I've just tested this in redmine :
Create a main project with SCM module disable
Create a sub project 1 with SCM module enabled
Create a sub project 2 with SCM module disable
And reposman say :
% ./extra/svn/reposman.rb -s /var/git -r localhost:3000 -o www-data --test running in test mode create repository /var/git/subproject1
So, if SCM module is enabled in a subproject reposman create a repository.
Updated by Yoann Besson about 15 years ago
- Status changed from New to Resolved
My bad ... You right, no problem here.
You can close that issue.
Thanks..
Actions