2009-02-27 17 views
1

私はSVNにいくつかの問題があります。 誰かが私を助けることができますか?トレイは新しいタグやブランチを作成する際TortoiseSVNエラー

Server sent unexpected return value (403 Forbidden) in response to OPTIONS

同じエラーが出ます:私はトランクにブランチをマージするトレイとき

iが流れるエラーを取得します。 私は読み取り/書き込み許可を持っています。

私はVisualSVNとTortoiseSVNを使用します。

おかげ

答えて

2

403禁止HTTP Status Codesの一つです。定義に従って:私はあなたのリポジトリがhttp://server/repo/project/のようなものがあることを想像し

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

ので、あなたの通常のブラウザでそのURLをブラウズしてみてください。たぶん、Subversion認証ではなくHTTP認証に関連しています。

私はそれが良い答えではないことを知っていますが、それはあなたに質問を展開するためのヒントを与えるかもしれません:)