Cannot get automatic repository creation working
Added by Taylor Becker over 12 years ago
My installation information:
root@snip:/usr/share/redmine# RAILS_ENV=production script/about /var/lib/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require': iconv will be deprecated in the future, use String#encode instead. Environment: Redmine version 2.2.2.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.11 Environment production Database adapter Mysql2 Redmine plugins: no plugin installed
Using Apache on Ubuntu Server 12.04.1
I just installed Redmine for the first time(Using a guide for Ubuntu 12.04/Redmine 2.0), and the installation seems to be working fine. I have it up on a subdomain(redmine.) and have created a couple projects.
I am trying to get automatic svn repository creation for my projects working(part of the above tutorial, also using HowTo_Automate_repository_creation ).
I found this very old thread where someone had a similar issue, boards/2/topics/17924 , but nothing there has helped me fix the problem, though I tailed production.log and found I get no output when I run the reposman command.
Here's the command output:
taylor@snip:/$ ruby /usr/share/redmine/extra/svn/reposman.rb --redmine redmine.mydomain --svn-dir /var/repos/svn --owner www-data --url mydomain/svn/ --key=mykey --verbose querying Redmine for projects... No project found, perhaps you forgot to "Enable WS for repository management"
I have tried replacing redmine.mydomain with IPaddress/redmine, localhost/redmine, etc and I have never seen corresponding logging.
"Enable WS for repository management" is certainly enabled and SVN is installed and the module is enabled. Any suggestions?
Sorry I had to remove all links for it to accept my post...