svn authentication doesn't work properly over https
Added by Davide M almost 14 years ago
Hi!
I've configured Redmine 1.1.0 on Ubuntu 10.04.
I follow this instruction: http://www.redmine.org/projects/redmine/wiki/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl and http://www.redmine.org/projects/redmine/wiki/FAQ#Repositories.
But this works fine only for the first project i've made. On all the other seems that i can't authenticate over the server.
When i try to access to the other project via svn co etc... it keep me asking the login data.
I check that the user is member of the project and it has all the privileges for the repository.
I've tried to do the command:
svn list --xml https://server/svn/project2
and the output is
<?xml version="1.0"?> <lists> <list patch="https://server/svn/project2">
then it keep ask the authentication data.
I hope someone can help me
Thanks in advance
Replies (1)
RE: svn authentication doesn't work properly over https - Added by Felix Schäfer almost 14 years ago
Make sure the repositories have the same name as the project identifier in redmine.