关于svn update skipped报错处理

关于svn update skipped报错处理

 由于删除文件,并没有将文件从SVN中解除关系,造成文件更新跳过

解决方法1

对于报错上层进行cleanup:

svn cleanup

解决方法2

对于报错上层进行cleanup:

svn revert

解决方法3

对于报错文件重svn中关联删除后重建:

svn remove --force cls_birthday_message.php//文件名(cls_birthday_message.php)
svn resolve --accept=working cls_birthday_message.php//移除.svn中对应的文件


你可能感兴趣的:(网络技术)