svn update is not updating!

前端 未结 9 985
悲哀的现实
悲哀的现实 2021-02-03 21:33

I want svn update to overwrite my local file with the files from the server, even if my local files have modifications, I want to throw them away and use the version that\'s on

相关标签:
9条回答
  • 2021-02-03 22:16

    Use "Revert" instead.

    0 讨论(0)
  • 2021-02-03 22:18

    By the way, that's actually a feature of SVN. It will never overwrite any of your modifications when updating (unless you explicitly throw them away using revert.

    0 讨论(0)
  • 2021-02-03 22:18

    You have to revert your modifications, and if necessary do an update after that.

    0 讨论(0)
提交回复
热议问题