LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "No Such Repository" Problem in CVS (https://www.linuxquestions.org/questions/linux-newbie-8/no-such-repository-problem-in-cvs-669128/)

deepugopi 09-11-2008 03:20 AM

"No Such Repository" Problem in CVS
 
Hi ,
Recently i was told by my Senior guys to create a new cvs repository in our cvs server - Already 3 cvs respositories are running there. I was able to add & initialize the 4th CVS repository (/Algo/pruthvi_algo_Debug).
But if i try to access from any other remote machine(i used lincvs) it gives error

/Algo/pruthvi_algo_Debug: no such repository


I came across a link which points to the same error .. but no proper answer.
http://www.linuxquestions.org/questi...sitory-507392/


1. OS : RHEL4.2 ES
2. CVS Version : 1.11.17
3. /etc/xinetd.d/cvspserver
service cvspserver
{
disable = no
id = cvspserver
socket_type = stream
protocol = tcp
user = root
wait = no
server = /usr/bin/cvs
Port = 2401
passenv = PATH
server_args = -f --allow-root=/home/cvshome --allow-root=/ic/pruthvi_cvs --allow-root=/Algo/pruthvi_algo --allow-root=/Algo/pruthvi_algo_Debug pserver
}

Please help me on this...Is this a problem with multiple repository creation using pserver option or any other thing?

paulsm4 09-11-2008 11:49 PM

Hi -

1. CVS is extremely flexible and extremely scalable.

There is no inherent limit on the #/CVS repositories you can have on a server ... but, by the same token, there is seldom any good reason to have more than one repository.

"Multiple repositories" is generally *not* a wise choice.

2. This link describes your scenario:
http://www.mail-archive.com/info-cvs.../msg33352.html

3. Although there's no problem with multiple repositories; you *can* run into a limit on the size/# of your inetd arguments:
http://ximbiot.com/cvs/manual/cvs-1....s_2.html#SEC30

'Hope that helps .. PSM


All times are GMT -5. The time now is 07:49 PM.