cvs checkout without knowing the repository location
I need to do CVS checkout of a project. I have the following info: 1. IP of the server 2. User/pass 3. M开发者_运维知识库odule Name. 4. Branch Name
What I don't have is the repository location, I tried /usr/local/cvs /usr/local/cvsroot, /user/local/CVSROOT, /usr/cvs, etc.
Is there a cvs command to get me the location of the repository folder?
If client and server are CVSNT then you can use the following command to query for published repositories:
cvs info -r <server>
精彩评论