Is there a way to recover from an accidental “svn revert”?

前端 未结 10 1854
青春惊慌失措
青春惊慌失措 2020-12-04 20:35

I managed to shoot myself in the foot this morning by doing the following:

  1. Started working on a change to my project
  2. Made a bunch of edits to a bunch
10条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 21:12

    Also if you have reverted your .NET code (.cs files etc) and you've built your application before revert but after you've made changes, you could recover changes from assembly file using any of the reflector tools to view code.

提交回复
热议问题