How do I overwrite my local changes in TortoiseSVN?

后端 未结 6 2243
一整个雨季
一整个雨季 2021-02-18 15:46

Lets say I did a check out, edited some stuff and realized I want to re-download the repository code and overwrite my local changes without commiting them.

I downloaded

6条回答
  •  生来不讨喜
    2021-02-18 16:37

    If you just update then Subversion will merge the changes made in the repository into your local copy. An update won't cause your changes to be sent to the repository.

    To remove your changes from your working copy, select the files/directories you want to revert and choose Revert from the TortoiseSVN menu.

提交回复
热议问题