svn: resource out of date; try updating的解决
Posted 技术宅de小坑
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svn: resource out of date; try updating的解决相关的知识,希望对你有一定的参考价值。
问题:
svn提交文件时提示错误:resource out of date; try updating。说明该资源版本有问题,尝试更新svn,发现该文件没有可更新的内容。于是查看资源历史,发现有人第一次提交修改,第二次提交改回,导致文件内容没变,但是文件版本因2次提交变化了。
解决方法:
让其他人对该文件进行一点修改(比如加个空格),然后提交至svn,我们再去更新svn的内容,来更新本地该文件的版本,然后就能提交我们要提交的内容。
以上是关于svn: resource out of date; try updating的解决的主要内容,如果未能解决你的问题,请参考以下文章
SQL Server捕获发生The query processor ran out of internal resources and could not produce a query plan..
Canvas: Out of system resources
Resource is out of sync with the file system
ERROR 23 (HY000) at line 29963: Out of resources when opening file
Android Studio 使用 SVN 必然遇到问题:commit ** File out of data 问题解决方法