CVS Checkout to a directory

前端 未结 3 1587
无人及你
无人及你 2020-12-15 20:46

How do i check out a specific directory from CVS and omit the tree leading up to that directory?

EX.

Id like to checkout to this directory C:/WebHost/MyWebA

3条回答
  •  情歌与酒
    2020-12-15 21:26

    Use cvs -d/cvsroot checkout -d directory project/path/directory. The first -d can be omitted if you set the root with the environment. This is called "shortening the path" and can be avoided with the -N option to checkout.

提交回复
热议问题