svn中更新工程出现如下错误:Working copy not locked; this is probably a bug, please report
update -r HEAD G:/workspace/topicOntologyBackup
[color=red]
Working copy not locked; this is probably a bug, please report
svn: Directory 'G:\workspace\topicOntologyBackup\WebRoot\WEB-INF\classes\com\.svn' containing working copy admin area is missing
[/color]
Working copy not locked; this is probably a bug, please report svn:……,提示就是class目录下的.svn有毛病,到http://www.tigris.org查找解决方法,有一段描述:
This message is coming straight out of the Subversion library, so technically it is Subversion asking you to report the problem to them. This error message is kind of their general error message when something really unexpected happens. In the case of Eclipse, the problem is almost always one specific thing. The problem is that your Eclipse build folder was versioned and added to your repository. What happens is that when Eclipse does a full build it will delete everything in this folder, including the ".svn" metadata folder. When Subversion cannot find this folder it issues the above error.
The solution is to delete this folder from your repository, which you can do from the SVN Repositories view. Then try deleting the folder from your working copy and perforiming an update. You might need to checkout your project again. Once you have a valid project again, be sure to add the build folder to the svn:ignore property of its parent folder so that the problem does not happen again.
If this is not your problem, then as best as you can try to figure out what might have led up to having this problem and report it on th Subversion users@subversion.tigris.org mailing list
大意:重新部署工程时会将文件夹WEB-INF/classes下的内容全删了,包括".svn"这个文件夹,从面导致SVN找不到这个文件夹的信息,于是报错。 解决的方法是在SVN仓库内将classes下的内容清空,然后在确保本地工程已完全提交的情况下,将本地工程包括文件删除,再从SVN仓库中重新取出。
把版本库中的class文件夹删除掉。
分享到:
相关推荐
This client is too old to work with working copy 'D:\MyEclipseWorkspace\projectName\WebRoot\WEB-INF\lib'; please get a newer Subversion client. 估计是不经意中使用了1.6.5做了提交导致的问题。 官方...
Working copy 'D:\svn_repository\cmout\cm\SVN\SVN客户端\TortoiseSVN\download' locked Please execute the "Cleanup" command. ``` 此错误意味着SVN的工作副本被锁定,无法完成更新操作。 #### 原因分析 工作...
6. svn: This client is too old to work with working copy '.'. You need to get a newer Subversion client, or to downgrade this working copy. 该错误提示的原因是安装了多个版本的 SVN 客户端,且各个客户端...
"This client is too old to work with working copy 'H:\\WEB\\workspace\\Square\\WebCon'" 提示了一个常见的Subversion(SVN)错误,通常在使用较旧版本的SVN客户端尝试访问或操作使用新格式版本控制的工作副本时...
#### 错误一:`'is not a working copy. Can't open file '.svn\entries': 系统错误` - **错误描述**:当你尝试访问一个不是工作副本的目录时,SVN会提示此错误。 - **原因分析**: - 该目录可能不是有效的SVN工作...
6. **错误信息:This client is too old to work with working copy** 当安装了多个版本的SVN客户端,且版本不一致时,会出现此问题。为了解决这个问题,需要确保所有客户端都升级到同一版本,或者删除旧版本的...
标题 "Myeclipse SVN 插件svn: This client is too old to work with working copy" 提到的问题,通常出现在用户尝试使用较旧版本的Subversion(SVN)客户端操作一个由新版本Subversion创建或更新的工作副本时。...
svn-E170001报错是指在使用Jenkins配置svn拉取项目时出现的一种错误,错误信息为svn: E170001。该错误的出现是由于svn账户名和密码没有权限所导致的。 svn-E170001报错的原因: 1. svn账户名和密码没有权限:svn...
解决SVN上传提示Empty directoriesis not supported 解决SVN上传提示Empty directoriesis not supported
SVN的核心概念包括仓库(Repository)、工作副本(Working Copy)以及提交(Commit)等。 二、SVN Commit操作 1. 提交(Commit):当开发者在本地工作副本上完成代码修改后,需要将这些更改同步到SVN仓库。这一步骤...
myeclise10 svn: E210004: Number is larger than maximum 解决方案 专门解决win7 64位操作系统 下svn插件问题。 下载文件包括: site-1.8.22.zip --->svn离线安装包 Slik-Subversion-1.8.9-x64 --->问题修复必选...
svn: 'E:\eclipse2018workspace2\SWS' is already locked. 出现的原因: SVN更新时意外中止,触发了SVN的保护机制 解决方案: 首先,打开隐藏的文件夹,会发现 .svn 文件夹,打开之后会发现有个wc.db的文件 使用...
参考"SVN:This client is too old to work with working copy…解决办法 .txt"文件,按照其中的指南进行操作。 5. **使用`svn upgrade`命令**:在命令行中,导航到你的工作副本目录,并运行`svn upgrade`命令。这...
callsvnupdate.vbs 中符号【’】后面跟的是注释,请根据注释进行修改 主要进行以下修改: ①【wscript.sleep 30000】 中数值为3万毫秒,即30秒,这里以毫秒为单位,这里是每次更新的间隔 ②【ws.run "D:\SVN自动更新...
5. **更新和同步**: `svn update`或`svn up`用于获取仓库中的最新更改并同步到本地。 6. **查看状态**: `svn status`或`svn st`显示本地文件的状态,包括哪些文件被修改、新增或删除。 7. **解决冲突**: 当多人...
在IT行业中,版本控制系统是开发团队协作的重要工具,其中Subversion(简称SVN)是一种广泛使用的集中式版本控制系统。当你遇到“svn提交失败”的问题时,通常意味着在尝试将代码更改推送到 SVN 仓库时遇到了障碍。...
svn: Working copy 'D:/Program Files/MyEclipse 6.6flex/workspace/emis/WebRoot/emis/emresource' locked ``` 同时伴随着异常提示: ``` org.tigris.subversion.javahl.ClientException: Attempted to lock an ...
SVN的核心概念包括仓库(Repository)、工作副本(Working Copy)和提交(Commit)。仓库是存储所有版本信息的地方,工作副本是开发者本地的项目副本,可以进行编辑、添加或删除操作。提交则是将工作副本的更改保存...