简体   繁体   English

Jenkins构建无法从SVN存储库中检出代码

[英]Jenkins build is unable to checkout the code from SVN repository

I have jenkins job which is checking out the code from SVN repository and run the build but I am getting the multiple or different errors before its checking out the complete code.Please help me. 我有jenkins作业正在从SVN存储库中检出代码并运行构建,但是在检出完整代码之前遇到了多个或不同的错误。请帮助我。

Error: 错误:

ERROR 1: svn: E155021: The path 'D:\\Jenkins\\workspace\\Project1\\branch-1.1' appears to be part of a Subversion 1.7 or greater working copy. 错误1:svn:E155021:路径'D:\\ Jenkins \\ workspace \\ Project1 \\ branch-1.1'似乎是Subversion 1.7或更高版本的工作副本的一部分。 Please upgrade your Subversion client to use this working copy. 请升级您的Subversion客户端以使用此工作副本。 org.tmatesoft.svn.core.SVNException: svn: E155021: The path 'D:\\Jenkins\\workspace\\Project\\branch-1.1' appears to be part of a Subversion 1.7 or greater working copy. org.tmatesoft.svn.core.SVNException:svn:E155021:路径'D:\\ Jenkins \\ workspace \\ Project \\ branch-1.1'似乎是Subversion 1.7或更高版本的工作副本的一部分。 Please upgrade your Subversion client to use this working copy. 请升级您的Subversion客户端以使用此工作副本。

Error 2: 错误2:

D:\\jenkins\\workspace\\project\\branch.svn\\wc.db: The process cannot access the file because it is being used by another process. D:\\ jenkins \\ workspace \\ project \\ branch.svn \\ wc.db:该进程无法访问该文件,因为该文件正在被另一个进程使用。

请安装Tortoise SVN (具有cli界面)并添加到Windows%PATH%。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM