GitHubでホストされているいくつかの外部を持つSVNリポジトリがあります。すべてが順調に開発されています。GutHubは、SVNクライアントによるアクセスを非常によくサポートしています。
問題はTeamCityにあります。リビジョンではなく、日付で外観を取得しているようです。次のエラーが発生します。
Failed to build patch for build #2.17.7081 {build id=12},
VCS root: svn: https://xxx.xxx.xxx.xx/svn/iaw/trunk {instance id=2, parent id=1}, due to error: Cannot request SVN dated revision:
svn: E200007: Server does not support date-based operations
svn: E200007: The requested report is unknown.
svn: E175002: REPORT of '/cardeliverynetwork/csharp-apiclient.git/!svn/vcc/default': 501 Not Implemented (https://github.com)
SVN server: https://github.com/cardeliverynetwork/csharp-apiclient.git/trunk/src/CarDeliveryNetwork.Types
Used rev: Feb 15, 2013 11:03:24 AM
Rev text:7081_2013/02/15 11:03:24 +0000
TeamCityに外部でHEADを取得するように強制する方法を知っている人はいますか?
ありがとう。