Redmine: reposman.rb succeeds, but does not make SVN repos available to projects

Posted by Joey Adams on Server Fault See other posts from Server Fault or by Joey Adams
Published on 2010-04-13T02:23:14Z Indexed on 2010/04/13 2:33 UTC
Read the original article Hit count: 429

Filed under:
|
|

I'm testing reposman.rb on the command-line (before I make it a cron job):

/usr/sbin/reposman.rb --svn-dir=/var/svn \
    --redmine-host=http://example.com/projects --key='redacted' \
    --owner='nobody' --group='nobody'

It succeeded, printing messages for projects that didn't have repos yet:

repository /var/svn/project1 created
repository /var/svn/project2 created

And printed nothing after running the same command again, indicating it remembered the repos. However, if I look at the Repository settings in Redmine for project1 and project2, they aren't set. Although the SVN repo is created, the Redmine projects aren't configured.

How do I get reposman.rb to automatically configure Redmine projects to use the repos after they're set up?

© Server Fault or respective owner

Related posts about redmine

Related posts about reposman