SourceTree Freezes When Cloning a Subversion Repository

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

After entering a Subversion URL in the Clone Repository source box, when SourceTree prompts you for the authentication details the spinning beachball cursor appears and the application freezes.

診断

This issue may occur the first time you authenticate against a Subversion URL, when the username is not known in advance.

原因

This only occurs the first time you try to authenticate against a Subversion URL, and when the user name is not known in advance. It is due to an output flushing problem in the command-line svn client when it needs to prompt for both the username and password, such that SourceTree never sees the password prompt.

回避策

There are several ways to work around this - you only need to pick one of these options.

  1. Include the username in the URL, ie https://username@hostname/path/to/repo
  2. On the command line, issue 'svn --username your_username https://hostname/path/to/repo and authenticate at least once. Subversion will cache this in your keychain for the future.
  3. Use SSH keys to authenticate
最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.