Redmine: reposman.rb succeeds, but does not make SVN repos available to projects
- by Joey Adams
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?