svn update is not updating!

前端 未结 9 984
悲哀的现实
悲哀的现实 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:04

    I have this problem occasionally on OSX (10.6, currently using svn 1.6.16). A workaround is to do this:

     svn update `svn ls -R`
    

    It can be slow though.

    Ref: http://code.google.com/p/support/issues/detail?id=3192

提交回复
热议问题