Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a second CVS Repository - help

Status
Not open for further replies.

Einstein47

Programmer
Nov 29, 2001
737
US
We have had a single CVS repository up for over 6 months, now I was asked to create a second cvs repository for an off-shoot project. I read the Cerderqvist documentation and it looked like all I needed to do was:
Code:
cvs -d <new directory> init
However, when I try to connect it says, &quot;no such repository&quot;. What is up with that?

What is the correct way to set up a second CVS repository? Einstein47
(&quot;If vegetarians eat vegetables, what do humanitarians eat?&quot;)
 
To answer my own question. I got it working.

To have 2 different repositories on the same server you need to have two different directories that can be identified as CVSROOT. And then you have to modify your ports so that each repository is using a unique port (2401 is the default, I had to add 2402 in the /etc/services file and then modify the /etc/inetd.conf to have cvs use the new service.

This may not make a whole lot of sense, but post here and I'll help anyone do what I did. Einstein47
(&quot;The only reason I would take up exercise would be so I could hear heavy breathing again.&quot;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top