SVN commit error after deleting files locally

北城以北 提交于 2019-12-02 16:29:41

An svn update will bring the file back, fixing your local repo.

You should then be able to do an "svn delete" on the file, which tells your local repo that the file is to be deleted, and also deletes it from the file system.

You should then be able to commit the changes back to the repo.

If you are comitting a folder with the deleted file in it and supposing that you use the latest versions of Tortoise SVN (SVN GUI Client), it recognizes the particular file as missing and tries to delete from the SVN repo.

Katapofatico

I had the same problem and the reason was that I deleted the file externaly. If you delete it using NetBeans, then commit work fine.

Deleting the project locally, rechecking out from SVN and committing the changes fixed it for me. Make sure to back up your changes before deleting the project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!