How do I revert a big change in CVS?

前端 未结 10 541
离开以前
离开以前 2021-02-01 16:49

One of my colleagues has totally messed up the contents of a directory in our main CVS repository. I need to just revert the whole module to the state it was in at the end of l

10条回答
  •  伪装坚强ぢ
    2021-02-01 17:26

    According to http://www.astro.ku.dk/~aake/MHD/docs/CVS.html, the following is what you need:

    cvs update -D "30 Dec 2008 23:59"
    

提交回复
热议问题