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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Solaris 10 and cvs

Status
Not open for further replies.

stevenriz

IS-IT--Management
Joined
May 21, 2001
Messages
1,069
having a bit of a loss trying to configure cvs on Solaris 10 since inetd has basically been replaced. I assume we need to do something with inetadm and/or svcadm but don't see anything in the man pages to add a service. Still looking, but in the mean time I thought I would ask the group if anyone has had much experience with this.

I have cvs installed and a root configured along with the CVSROOT variable but when I try a cvs login, I get CVSROOT not defined blablabla....

Any suggestions??
 
Answering my own question, we did find cvspserver-tcp.xml in the /var/svc/manifest/network/ directory so by running inetconv this xml information about cvs was imported to the inet service. after that, just refresh it by doing...
svcadm refresh inetd

then a inetadm shows we now have cvspserver running...
enabled online svc:/network/cvspserver/tcp:default

Now I am just fiddling with the CVSROOT problem and I think we're all set. I will keep you in the loop!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top