Project

General

Profile

subversion connect issue on windows server, bitnami stack

Added by andy copsey over 14 years ago

I cannot get redmine to connect to an existing svn repository

An error occurred when trying to access the repository: No such file or directory - E:Program FilesBitNami Redmine Stack ubversionin vn list --xml "https://adisrv01.ADI.local:8443/svn/a765-apctest//"@HEAD --username xxxx --password xxxx

I wonder about the misformed executable path shown in the error. When I tried this command on a command prompt (corrected for missing characters and with username and password filled in, I got the following reponse

"E:\Program Files\BitNami Redmine Stack\subversion\bin\svn" list --xml "https://adisrv01.ADI.local:8443/svn/a765-apctest
//"@HEAD --username myuser --password mypassword


<lists>
<list
path="https://adisrv01.adi.local:8443/svn/a765-apctest">
svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS
request for 'https://adisrv01.adi.local:8443/svn/a765-apctest'

Can anyone give me a clue as to what is going wrong?