CVS Checkout to a directory

前端 未结 3 1585
无人及你
无人及你 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:33

    CVS is 'tied' to the repository by files in the .CVS folder. Each folder is 'tied' individually.

    This means you can just check out the full thing (or if you already have the full thing), then cut/paste the www directory out to somewhere else, and it will remain linked to the correct CVS location.

提交回复
热议问题