1

Это всегда возвращает:

Description : Unable to connect to the repository due to an authentication or authorization failure.  Suggestion : Make sure that the account information you have specified is correct and that you are authorized to access the repository using this account.   Technical Information
=====================

      Error : V4Error   Exception : ZSVNAuthorizationException

Causal Information
==================

Description : Unable to connect to a repository at URL 'http://url_to_project'
     Status : 170001

Description : OPTIONS of 'http://url_to_project': authorization failed: Could not authenticate to server: rejected Basic challenge (http://baseurl)
     Status : 170001

Но я могу использовать ту же учетную запись и пароль для входа на сервер с помощью приложения Versions, командной строки или веб-браузера. Таким образом, учетная запись и пароль не могут быть неправильными. Что я могу сделать, чтобы решить проблему?

0