문제

i installed subversion and svn in my debian in the server

when i see my websvn address in my browser "http://10.19.20.203/websvn" i can see the web svn page

but when my windows client set this address ("http://10.19.20.203/websvn") in the tortoiseSVN repository url . this error will be occured

Redirect cycle detected for URL 'http://10.19.20.203/websvn'

what's the problem

도움이 되었습니까?

해결책

  1. You must to use URL of real repository in TortoiseSVN
  2. Root of WebSVN folder is not browsable by RepoBrowser anyway (it isn't repository)
  3. All repositories URLs can be found in configuration file of WebSVN (and, in common, URL of repo in WebSVN does not correlate with real URL - inside single installation both local and remote repositories can be used)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top