• 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
Re: SCM (CVS)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SCM (CVS)


  • Subject: Re: SCM (CVS)
  • From: Robert Cerny <email@hidden>
  • Date: Fri, 26 Mar 2004 07:06:15 +0100

Hi,
I believe this article could help you:
http://developer.apple.com/internet/opensource/cvsoverview.html

HTH
Robert

On 26.3.2004, at 4:50, email@hidden wrote:

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.
_______________________________________________
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.


References: 
 >SCM (CVS) (From: email@hidden)

  • Prev by Date: SCM (CVS)
  • Next by Date: Linker error message "ld: internal error: get_string_block() called..."
  • Previous by thread: SCM (CVS)
  • Next by thread: Re: SCM (CVS)
  • Index(es):
    • Date
    • Thread