Better way to revert to a previous SVN revision of a file?

前端 未结 9 1111
小鲜肉
小鲜肉 2020-12-04 04:34

I accidentally committed too many files to an SVN repository and changed some things I didn\'t mean to. (Sigh.) In order to revert them to their prior state, the best I coul

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 05:31

    Reverse merge is exactly what you want (see luapyad's answer). Just apply the merge to the erroneously-commited file instead of the entire directory.

提交回复
热议问题