Could we help you? Please click the banners. We are young and desperately need the money
Edit the file <redmine_dir>/config/configuration.yml
Enter the command
whereis svn
--> It will return something like /usr/bin/svn
Modify the following parameter within configuration.yml:
scm_subversion_command: /path/to/svn/command
Navigate to the following directory:
YourRedminePath/lib/redmine/scm/adapters/
Edit the file
subversion_adapter.rb
and change the line
str << " --no-auth-cache --non-interactive"
to:
str << " --no-auth-cache --trust-server-cert --non-interactive"
Restart Apache / Redmine (might differ on your kind of installation, this is an example)
/etc/init.d/apache2 restart