今天做项目合并的时候突然不能提交了,开始以为是和服务器的有修改冲突,然后更新一下发现还是不能提交,每次都报is out of date;还原文件 -> 修改 -> 提交 -> 仍然报错。解决方法分享下

报错信息:

Merge conflict during commit

svn: Commit failed (details follow):

svn: File or directory 'Ss17InteractionImpl.java' is out of date; try updating

svn: The version resource does not correspond to the resource within the transaction.  Either the requested version resource is out of date (needs to be updated), or the requested version resource is newer than the transaction root (restart the commit).

解决方法:

1.服务器版本和本地有冲突,更新后再提交

2.没有冲突但就是提交不了。删除svn下的文件  all-wcprops

删除根目录下.svn下面的all-wcprops文件就OK。

最新文章

  1. Sql Server系列:运算符和表达式
  2. treeview所有节点递归解法(转+说明)或者说递归的实际应用
  3. 【MVC】 非常简单的页面导出 WORD, EXCEL方法
  4. 跟我一起写Makefile--- 变量(嵌套变量+追加变量+overrid+多行变量+环境变量+目标变量+模式变量)
  5. linux-LINUX试题
  6. 设置Tomcat应用自动部署目录
  7. Error format not a string literal and no format arguments解决方案
  8. Good vs Evil
  9. Spring源码情操陶冶-AOP之Advice通知类解析与使用
  10. 教你一步永久激活WebStorm2018
  11. elasticsearch之分词插件使用
  12. 被称为“开发者神器”的GitHub,到底该怎么用?
  13. 2018.10.2浪在ACM 集训队第三次测试赛
  14. UDP网路会议室的代码
  15. Mac下压力测试工具siege
  16. ASP.NET Web Pages:WebGrid 帮助器
  17. find查找文件命令 - Linux系统中的常用技巧整理
  18. debian 安装kde
  19. C#控制台应用程序
  20. PAT 1145 Hashing - Average Search Time [hash][难]

热门文章

  1. EventBroker
  2. Table View滑动时报错
  3. git重写历史记录
  4. C++学习50 对字符串流的读写
  5. C++ primer 练习9.49
  6. .NET类型转换的常用方式
  7. C++容器类概述
  8. html 去掉input 获取焦点时的边框
  9. Hive基础之自定义封装hivefile命令
  10. Android:Activity的跳转