博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CCNet持续集成编译中SVN问题解决
阅读量:7106 次
发布时间:2019-06-28

本文共 1043 字,大约阅读时间需要 3 分钟。

SVN问题

BUILD EXCEPTION

Error Message: ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: The path 'E:\XXXX\code' appears to be part of a Subversion 1.7 or greater

working copy. Please upgrade your Subversion client to use this
working copy.
. Process command: D:\Program Files (x86)\VisualSVN Server\bin\svn.exe update E:\XXXX\code\ --revision 36803 --username AAAA --password ******** --no-auth-cache --non-interactive
在 ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute(ProcessInfo processInfo)
在 ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.UpdateSource(IIntegrationResult result)
在 ThoughtWorks.CruiseControl.Core.IntegrationRunner.Build(IIntegrationResult result)
在 ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request)
Project: OOOO
Date of build: 2017-09-26 14:35:26
Running time: 00:00:05
Integration Request: Administrator triggered a build (ForceBuild) from DESKTOP-CCCCC
Last changed: 2017-09-26 14:30:46
Last log entry:

 

解决办法:

 

转载地址:http://vachl.baihongyu.com/

你可能感兴趣的文章
android Git使用gitignore建立项目过滤规则
查看>>
java对象--子父间的成员变量关系
查看>>
ECMAScript with 语句
查看>>
input输入框记录快捷键组合
查看>>
oracle积累
查看>>
JavaBean的另一种写法及其ruby版代码生成器
查看>>
Tsar 淘宝内部大量使用的系统监控工具
查看>>
MJRefresh 的运用 上拉刷新和下拉刷新
查看>>
一直想写点什么
查看>>
Io 语言入门
查看>>
Mysql常用命令
查看>>
maven servlet上传文件
查看>>
Query对象和DOM对象使用说明
查看>>
VC 多线程编程
查看>>
Ubuntu11.10下安装VMwareTools步骤
查看>>
Windows 套接字详解、 值,和的含义
查看>>
mysql查询分组之后获取结果集总数
查看>>
转Struts2内核之我见
查看>>
不需要权限的获取蓝牙mac地址方法
查看>>
NSRunLoop详解
查看>>