• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
SCM (CVS)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: SCM (CVS)
      • From: Robert Cerny <email@hidden>
  • Prev by Date: Automagic version updates
  • Next by Date: Re: SCM (CVS)
  • Previous by thread: Re: Automagic version updates
  • Next by thread: Re: SCM (CVS)
  • Index(es):
    • Date
    • Thread