Project

General

Profile

toritose svn using svn+ssh:\\server.ip.address\srv\repos\myproject

Added by Paresh Patel about 11 years ago

hello guys,
i have turnkey redmine used but some issue occur such as
i login in redmine username and password this username and password through i not login in tortoise svn ..

i create repository set my project path
svn+ssh:\\server.ip.address\srv\repos\myproject
then login popup open then i enter redmine username and password but not successfully login
this popup open available

i configure this below setting

PerlLoadModule Apache::Authn::Redmine
<Location /svn>
DAV svn
SVNParentPath "/var/svn"
AuthType Basic
AuthName redmine
Require valid-user
PerlAccessHandler Apache::Authn::Redmine::access_handler
PerlAuthenHandler Apache::Authn::Redmine::authen_handler
  1. for mysql
    RedmineDSN "DBI:mysql:database=redmine_production;host=localhost"
    RedmineDbUser "redmine"
    RedmineDbPass "password"
</Location>