質問

When I try to checkout from a subversion repository through Xcode 4.4.1 and after entering repository and subversion user information the following error returned:

"Authentication realm: Assembla Restricted Area Password for ‘UserName’:Authentication realm: Assembla Restricted Area Username: svn: OPTIONS of ‘Repository Path’: authorization failed: Could not authenticate to server: rejected Basic challenge (Subversion Server)"

I ensured that subversion username and password are correct and when i connect using third party client it connects successfully.
How can i solve this???

役に立ちましたか?

解決

I had the same problem and after many attemps it was simply solved in two steps: 1- Checkout the solution using a subversion third party client(SCPlugin). 2- Open the project directly from Xcode and i can now commit and update project files through Xcode.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top