开发者

How can I un-delete an uncommitted `svn rm foo`?

I've used svn rm foo on a number 开发者_如何学Cof files that I now no longer want to delete. I haven't yet committed the changes. How do I nullify the svn rm commands, either file-by-file or in one fell swoop?

I know how to restore deleted files that have been removed from the repo, but I don't want to have to commit this change, then restore.

Thanks.


svn revert whateveryoudeleted


Use svn revert (http://svnbook.red-bean.com/en/1.1/re25.html)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜