Commit failed (details follow):is out of date
關于SVN提交時報out-of-date錯誤的解決方法
提交項目文件時,報如下的信息:
Item is out-of-date
svn: Commit failed (details follow):
svn: Item ‘/xxx/xxx/xxx/xxx/xxx/xxx’ is out of date
原因,svn上版本跟本地有差異,idea右下角事件日志查看具體哪個文件。
處理方法:先備份好自己的修改文件,然后還原并更新后修改自己的內容,避免沖突,后重新提交。