Svn 如何从在代理上签出更改为在服务器上签出

Svn 如何从在代理上签出更改为在服务器上签出,svn,teamcity,Svn,Teamcity,我正在尝试使用SVN存储库设置TeamCity服务器,但问题是,每当我在存储库中进行更改时,我都会发现“应用补丁时出错”。这是完全的错误 我在jetbrains上读了全文,但我找不到改变结账方式的地方。我想在服务器端结账 这是构建日志 [14:47:40]TeamCity server version is 2017.1.3 (build 46961) [14:48:27]The build is removed from the queue to be prepared for the st

我正在尝试使用SVN存储库设置TeamCity服务器,但问题是,每当我在存储库中进行更改时,我都会发现“应用补丁时出错”。这是完全的错误

我在jetbrains上读了全文,但我找不到改变结账方式的地方。我想在服务器端结账

这是构建日志

[14:47:40]TeamCity server version is 2017.1.3 (build 46961)

[14:48:27]The build is removed from the queue to be prepared for the start

[14:48:27]Collecting changes in 1 VCS root

[14:48:27][Collecting changes in 1 VCS root] VCS Root details

[14:48:27][VCS Root details] "svn: https: //laptop-eh7tmoiv/svn/TCRepoTest" {instance id=1, parent internal id=1, parent id=TCRepoTest_SvnHttpsLaptopEh7tmoivSvnTCRepoTest, description: "svn: https: //laptop-eh7tmoiv/svn/TCRepoTest"}

[14:48:27][Collecting changes in 1 VCS root] Detecting changes in VCS root 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest' (used in 'BuildOne')

[14:48:27][Collecting changes in 1 VCS root] Will collect changes for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest' starting from revision 13

[14:48:27][Collecting changes in 1 VCS root] Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'

[14:48:27][Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'] Upper limit revision: 13

[14:47:41][Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'] MaxModId = 16

[14:48:27][Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'] Latest commit attached to build configuration: 13

[14:48:27][Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'] Computed revision: 13

[14:48:27]Starting the build on the agent W10Agent

[14:48:28]Agent time zone: America/Montevideo

[14:48:28]Agent is running under JRE: 1.8.0_121-b13

[14:48:28]Clearing temporary directory: C:\BuildAgent\temp\buildTmp

[14:48:28]Publishing internal artifacts

[14:48:28][Publishing internal artifacts] Publishing 1 file using [WebPublisher]

[14:48:28][Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher]

[14:48:28]Will perform clean checkout. Reason: Checkout directory is empty or doesn't exist

[14:48:28]Checkout directory: C:\BuildAgent\work\2e2edba23560e7ef

[14:48:28]Updating sources: auto checkout (on agent)

[14:48:28][Updating sources] Will use agent side checkout

[14:48:28][Updating sources] VCS Root: svn: https: //laptop-eh7tmoiv/svn/TCRepoTest

[14:48:28][VCS Root: svn: https: //laptop-eh7tmoiv/svn/TCRepoTest] revision: 13

[14:48:28][VCS Root: svn: https: //laptop-eh7tmoiv/svn/TCRepoTest] Checkout from https: //laptop-eh7tmoiv/svn/TCRepoTest

[14:48:28][VCS Root: svn: https: //laptop-eh7tmoiv/svn/TCRepoTest] Using working copy format 1.8

[14:48:28][Updating sources] Failed to perform checkout on agent: svn: E200015: Error during update from https: //laptop-eh7tmoiv/svn/TCRepoTest to C:\BuildAgent\work\2e2edba23560e7ef

[14:48:28]Publishing internal artifacts

[14:48:28][Publishing internal artifacts] Publishing 1 file using [WebPublisher]

[14:48:28][Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher]

[14:48:28]Build failed to start. Artifacts will not be published for this build

[14:48:29]Build finished

任何帮助都将不胜感激。

在TeamCity内部,转到右上角的指定配置:
编辑设置

在左侧,转到
vcs设置
:在屏幕的顶部,您可以定义配置将使用的vcs,在底部,您可以设置如何签出源。(代理端、服务器端)


谢谢您的回答!我就是找不到那些设置。我进入我的项目>编辑项目设置>VCS根目录>编辑VCS根目录。。。但是,我没有任何选择来选择如何结帐。关于结帐,我只有这个,但我找不到更多显示结帐模式的选项或选择器。如果我问的是一个微不足道的问题,我很抱歉,但我正在学习呵呵。提前谢谢!找到了。它不在项目设置中,而是在生成配置设置中。再次感谢!根据@Didier的回答,我能够找到在哪里配置签出模式。您必须转到您的项目,然后选择一个生成配置,然后转到左侧面板上的版本控制设置,显示高级选项,然后出现签出模式设置。再次感谢您的帮助,很抱歉问了这么多琐碎的问题,但我在任何地方都找不到选择。你在帮助一个年轻的开发人员!谢谢
[14:47:40]TeamCity server version is 2017.1.3 (build 46961)

[14:48:27]The build is removed from the queue to be prepared for the start

[14:48:27]Collecting changes in 1 VCS root

[14:48:27][Collecting changes in 1 VCS root] VCS Root details

[14:48:27][VCS Root details] "svn: https: //laptop-eh7tmoiv/svn/TCRepoTest" {instance id=1, parent internal id=1, parent id=TCRepoTest_SvnHttpsLaptopEh7tmoivSvnTCRepoTest, description: "svn: https: //laptop-eh7tmoiv/svn/TCRepoTest"}

[14:48:27][Collecting changes in 1 VCS root] Detecting changes in VCS root 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest' (used in 'BuildOne')

[14:48:27][Collecting changes in 1 VCS root] Will collect changes for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest' starting from revision 13

[14:48:27][Collecting changes in 1 VCS root] Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'

[14:48:27][Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'] Upper limit revision: 13

[14:47:41][Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'] MaxModId = 16

[14:48:27][Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'] Latest commit attached to build configuration: 13

[14:48:27][Compute revision for 'svn: https: //laptop-eh7tmoiv/svn/TCRepoTest'] Computed revision: 13

[14:48:27]Starting the build on the agent W10Agent

[14:48:28]Agent time zone: America/Montevideo

[14:48:28]Agent is running under JRE: 1.8.0_121-b13

[14:48:28]Clearing temporary directory: C:\BuildAgent\temp\buildTmp

[14:48:28]Publishing internal artifacts

[14:48:28][Publishing internal artifacts] Publishing 1 file using [WebPublisher]

[14:48:28][Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher]

[14:48:28]Will perform clean checkout. Reason: Checkout directory is empty or doesn't exist

[14:48:28]Checkout directory: C:\BuildAgent\work\2e2edba23560e7ef

[14:48:28]Updating sources: auto checkout (on agent)

[14:48:28][Updating sources] Will use agent side checkout

[14:48:28][Updating sources] VCS Root: svn: https: //laptop-eh7tmoiv/svn/TCRepoTest

[14:48:28][VCS Root: svn: https: //laptop-eh7tmoiv/svn/TCRepoTest] revision: 13

[14:48:28][VCS Root: svn: https: //laptop-eh7tmoiv/svn/TCRepoTest] Checkout from https: //laptop-eh7tmoiv/svn/TCRepoTest

[14:48:28][VCS Root: svn: https: //laptop-eh7tmoiv/svn/TCRepoTest] Using working copy format 1.8

[14:48:28][Updating sources] Failed to perform checkout on agent: svn: E200015: Error during update from https: //laptop-eh7tmoiv/svn/TCRepoTest to C:\BuildAgent\work\2e2edba23560e7ef

[14:48:28]Publishing internal artifacts

[14:48:28][Publishing internal artifacts] Publishing 1 file using [WebPublisher]

[14:48:28][Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher]

[14:48:28]Build failed to start. Artifacts will not be published for this build

[14:48:29]Build finished