SVN提交错误:working copy is not up-to-date
SVN提交错误:working copy is not up-to-date解决方法
TortoiseSVN 是 Subversion 版本控制系统的一个免费开源客户端,可以超越时间的管理文件和目录。文件保存在中央版本库,除了能记住文件和目录的每次修改以外,版本库非常像普通的文件服务器。你可以将文件恢复到过去的版本,并且可以通过检查历史知道数据做了哪些修改,谁做的修改。这就是为什么许多人将 Subversion 和版本控制系统看作一种“时间机器”。
操作方法
- 01
svn在提交时报错信息如下: working copy is not up-to-date svn:commit failed(details follow): svn:file "xxxxx is out of date" item is out of date svn:item "xxxx" is out of date 解决方法: 在相应文件上,单击选择team,然后选择先更新,然后再提交。这样就好了。
赞 (0)