Connection problem between redmine and svn
- by WombaT
I have server controlled by Debian 6.0. I installed and configured redmine some time ago, and now configured svn server.
Now i'm trying to configure redmine to be able to view svn repository. URL is:
https://192.168.11.78/svn/bee
Connection is not working, log show this error:
Error parsing svn output: #<REXML::ParseException: No close tag for /lists/list>
Google says that its common error, and its possible to fix it by permamently accept of server certificate so i did it and nothing. Still dont work.
Later, i added
[global]
store-plaintext-passwords = no
in file
.subversion/servers
I did this (and cert accept) for both root and www-data users. Nothing helped, still got error in redmine
The entry or revision was not found in the repository.
What else i can do with it?