How do I roll back all or part of a commit to svn?

前端 未结 4 2227
天涯浪人
天涯浪人 2021-02-19 19:16

How do I revert all or part of an SVN commit using TortoiseSVN?

4条回答
  •  死守一世寂寞
    2021-02-19 19:40

    If you want to revert previously made commit (revision):

    With explorer:

    1. Right click on file/folder you want to revert,
    2. TortoiseSVN->show log,
    3. right click on unwanted revision,
    4. "revert changes from this revision",
    5. commit->OK.

    If you want to undo locally made changes (uncommited)

    With explorer: Right click on file(s), TortoiseSVN->Revert.

提交回复
热议问题