Connection problem between redmine and svn
Posted
by
WombaT
on Server Fault
See other posts from Server Fault
or by WombaT
Published on 2011-02-26T11:38:44Z
Indexed on
2012/10/21
5:09 UTC
Read the original article
Hit count: 557
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?
© Server Fault or respective owner