svn update is not updating!

前端 未结 9 980
悲哀的现实
悲哀的现实 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 21:56

    You should use SVN revert. This would revert the files in your working copy to their original state. For more information and examples check the svn book here: http://svnbook.red-bean.com/en/1.1/re25.html

提交回复
热议问题