开发者

How to checkout from CVS and specify the local directory name

开发者 https://www.devze.com 2023-03-26 03:40 出处:网络
When I do something like this: cvs -z3 -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb ...cvs creates a directory \'src\' at the path where it is called from, and checks out all the files from

When I do something like this:

cvs -z3 -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb

... cvs creates a directory 'src' at the path where it is called from, and checks out all the files from cvs/src in there..

In svn, you can do something like (pseudocode)

svn co http://.../TheProject LocalProjectName

... in which case, svn creates a directory 'LocalProjectName' at the path where it is called from, and checks out all the files from .../TheProject in there..

Is there a similar option for cvs (so that the top-level local directory has a different name from that in the repository?)

Thanks in advance for any answers,

Ch开发者_如何学编程eers!


cvs co -d LocalProjectName TheProject

This will check out a repository named TheProject into a directory named LocalProjectName.

0

精彩评论

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

关注公众号