SCM (CVS)
SCM (CVS)
- Subject: SCM (CVS)
- From: email@hidden
- Date: Thu, 25 Mar 2004 22:50:55 EST
This is all very new to me, I'd like to make use of SCM (CVS) with my source
code, I have done the following
_______________________________________________
sudo mkdir /usr/local/CVS/
sudo cvs -d /usr/local/CVS/ init
sudo chmod -R a+rw /usr/local/CVS/
sudo pico /etc/xinetd.d/cvspserver
service cvspserver
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/CVS pserver
groups = yes
flags = REUSE
}
sudo kill -HUP `cat /var/run/xinetd.pid`
htpasswd -c /usr/local/CVS/CVSROOT/passwd logic
cvs import -m "Created directory structure" project.name yoyo start
cvs checkout project.name
_______________________________________________
how do I get other people to access the source and will the source use my
server for SCM???
_______________________________________________
Dale
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.