Project

General

Profile

Actions

Feature #6892

open

Automatic repository creation.

Added by Anonymous over 13 years ago. Updated about 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2010-11-15
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

It would be nice if redmine handle the repository creation automatically or via a button.

Currently this is done via cron and reposman.rb, and it seems only subversion is supported.


Related issues

Related to Redmine - Feature #4455: Mercurial overhaulClosedToshi MARUYAMA2009-12-21

Actions
Related to Redmine - Feature #7523: Repository InitializationNew2011-02-02

Actions
Related to Redmine - Feature #1837: Alternate method for repository creationNew2008-09-01

Actions
Related to Redmine - Patch #1783: automatic repository creationNew2008-08-13

Actions
Has duplicate Redmine - Feature #7728: create a repositoryClosed2011-02-26

Actions
Has duplicate Redmine - Feature #8364: Option to auto-create repositoriesClosed2011-05-13

Actions
Actions #1

Updated by Sam Kuper over 13 years ago

I agree. I'm in the process of moving to Redmine for bug tracking, but I'm going to have to use RhodeCode for managing the corresponding Mercurial repository for each project.

It would be really nice if the features of RhodeCode could be included in Redmine (e.g. if RhodeCode could be turned into a plugin for Redmine) so that users wouldn't have to have to log in to two pieces of software, have to choose between viewing the source code via Redmine or via RhodeCode, etc.

Maybe this should be part of issue #4455?

Actions #2

Updated by Ammler _ over 13 years ago

I can confirm, reposman works nicely for hg repos, I use this in a cronjob:

/home/dev/redmine/extra/svn/reposman.rb --svn-dir=/home/ottdc/hg-repos --url=/home/ottdc/hg-repos --redmine-host=dev.openttdcoop.org --key=XXX --owner=ottdc --group=ottdc --scm=mercurial --command="hg init" | grep -v "/home/ottdc/hg-repos/redmine :" 

thanks to: http://www.redmine.org/issues/4455#note-88

Together with HGRedmine and the HG overhaul, redmine rocks for mercurial, maybe best supported vcs. :-)

Actions #3

Updated by Toshi MARUYAMA about 13 years ago

  • Category set to SCM
Actions

Also available in: Atom PDF