我们有一个 SVN 存储库,其中一些外部托管在 GitHub 上。一切都在发展中;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?
谢谢。