Deleted files are 'restored' when doing an update with TortoiseSVN

岁酱吖の 提交于 2019-12-21 06:49:20

问题


If I delete a file from my working copy, then do an Update, the deleted file is restored.

This is quite annoying, because I then have to go find the file and delete it again.

I'm not sure why SVN does this. If I want to do an Update, it means I want to pull down any changes from the respository. It doesn't mean I want to restore files that I have deleted.

Is there a workaround?


回答1:


If you want to delete the file from SVN, you need to do an SVN delete, not just delete the file locally. SVN delete is in the TortoiseSVN context submenu.




回答2:


To mitigate after the problem occurs, i do this:

  1. Select all the rows in tortoise svn window that were 'Restored', and copy
  2. Paste in second column of a new excel sheet
  3. in first column, type: del "
  4. fill the column with del " next to the restored files' paths, by double clicking bottom right corner of the first cell in which you typed del "
  5. fill after each path with a closing "
  6. Win+R (Start -> Run) notepad -> Enter. Copy all and paste into notepad. Select and copy one tab, Ctrl + H, replace all, replaces tabs with nothing to remove tabs
  7. Win+R cmd -> Enter , right click and paste the delete commands in command line, press enter and the files get deleted

I know these are a long list of instructions, but I believe they should be second nature to developers, and are necessary to know and go about quickly, for multiple purposes beyond this one, using excel this way, creating and running batch commands quickly, etc...



来源:https://stackoverflow.com/questions/5865902/deleted-files-are-restored-when-doing-an-update-with-tortoisesvn

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