i dont know how to redmine subversion
Added by axe axe almost 14 years ago
hello all?
I have 1 problem. Sorry my english :). Im installed redmine-1.0.5 on ubuntu 10.04 server edition. My redmine project tracking system is succesfully working. But i dont know subverion integration, i saw many many guide on internet.
Im trying this command from /home/redmine/extra/svn
sudo ruby reposman.rb --redmine xxx.xxx.xx --svn-dir /home/svn --owner www-data --url http://xxx.xxx.xx/svn/ --verbose
i see this error
querying Redmine for projects...
Unable to connect to http://xxx.xxx.xx/sys/: Failed with 403 Forbidden
i dont know this. My apache virtual host file for redmine:
<VirtualHost *:80>
ServerName xxx.xxx.xx
DocumentRoot /home/redmine/public
ServerAdmin user@server.com
LogLevel warn
ErrorLog /var/log/apache2/redmine_error
CustomLog /var/log/apache2/redmine_access combined
<Directory /home/redmine/public>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
PerlLoadModule Apache::Redmine
<Location /svn>
DAV svn
SVNParentPath "/home/svn"
Order deny,allow
Deny from all
PerlAccessHandler Apache::Authn::Redmine::access_handler
PerlAuthenHandler Apache::Authn::Redmine::authen_handler
AuthType Basic
Authname "Redmine Project Tracking"
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
RedmineDSN "DBI:mysql:dbname=redmine;host=localhost"
RedmineDbUser "redmine"
RedmineDbPass "password"
</Location>
</VirtualHost>
Replies (1)
RE: i dont know how to redmine subversion - Added by axe axe almost 14 years ago
this invalid "<>" arguments is "<>"
im new to linux and other :) pls help me guys