Project

General

Profile

i dont know how to redmine subversion

Added by axe axe over 13 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 
LogLevel warn
ErrorLog /var/log/apache2/redmine_error
CustomLog /var/log/apache2/redmine_access combined
&lt;Directory /home/redmine/public&gt;
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
&lt;/Directory&gt;
PerlLoadModule Apache::Redmine
&lt;Location /svn&gt;
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"
&lt;LimitExcept GET PROPFIND OPTIONS REPORT&gt;
Require valid-user
&lt;/LimitExcept&gt;
RedmineDSN "DBI:mysql:dbname=redmine;host=localhost" 
RedmineDbUser "redmine"
RedmineDbPass "password"
&lt;/Location&gt;

</VirtualHost>


Replies (1)

RE: i dont know how to redmine subversion - Added by axe axe over 13 years ago

this invalid "&lt&gt" arguments is "<>" im new to linux and other :) pls help me guys

    (1-1/1)