Help Request: reposman unable to connect to http://my.redmine.host/sys/: Failed with 404 not found
Added by Mark Kostner over 12 years ago
Hi there,
I've just been working on setting up redmine and svn together and came across this issue.
I'm following the instructions on this page here:
http://www.redmine.org/projects/redmine/wiki/HowTo_Automate_repository_creation
And when I try to run this command:
ruby /home/infoweb/rails_apps/redmine/extra/svn/reposman.rb --redmine my.redmine.host --svn-dir /home/svn/repos --owner nobody --url http://my.svn.server/repo/ --key=xxxxxxx --verbose
i get the following message
reposman unable to connect to http://my.redmine.host/sys/: Failed with 404 not found
a Few points to note:
Yes - I did replace my.redmine.host with the actual url of my redmine host eg. subdomain.domain.com
Yes - I did replace http://my.svn.server/repo/ with the actual web address of svn.
Yes I did replace the Key with teh actual key value.
"Nobody" is the owner of the directory /home/svn/repos
Forgive me for if I sound a bit slow here but there isn't an actual folder called "sys" in my redmine directory, should there be or is this dynamically created? Any suggestions would be greatly appreciated