Subversion integration fails with 404 error on /sys
Added by Thomas Mack over 13 years ago
Hello,
I'm a little confused about the svn integration into Redmine, to say the least.
I first tried to use the Bitnami installation for Ubuntu 10.04 and liked to integrate subversion as outlined in [[http://www.redmine.org/projects/redmine/wiki/HowTo_Automate_repository_creation]]
The proposed command:
ruby reposman.rb --redmine xxx.xxx.xxx.de --svn-dir /var/svn --owner www-data --url http://xxx.xxx.xxx.de/svn-private/ --key=yyyyyyyyyyyyyyyyy --verbose
fails with:
Unable to connect to http://xxx.xxx.xxx.de/sys: Failed with 404 Not Found
Well, yes, this directory 'sys' does not exist on the server. So, where is this directory supposed to come from?
I then skipped bitnami for testing purposes and installed 1.2 according to [[http://www.redmine.org/projects/redmine/wiki/HowToInstallRedmineOnUbuntuServer]], but this failed with exactly the same problem.
So, what am I missing?
Thanks for any clarification,
Thomas
Replies (1)
RE: Subversion integration fails with 404 error on /sys
-
Added by Thomas Mack over 13 years ago
To answer myself: I was missing the fact that the URL for the --redmine
parameter was missing the sub directory /redmine
like in xxx.xxx.xxx.de/redmine
.
I was mislead by one of the examples.