• 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
creating a Subversion users group
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

creating a Subversion users group


  • Subject: creating a Subversion users group
  • From: Roland Silver <email@hidden>
  • Date: Sat, 24 Nov 2007 17:33:23 -0700

To create a Subversion users group under Xcode 3.0, I conclude, from various sources, that I should do this:

> sudo dscl . -create /groups/svnusers //Creates the svnusers group
> dscl . -append /groups/svnusers gid 700 //Assigns an ID number to the svnusers group
> dscl . -append /groups/svnusers users <user1> <user2> ... <userN //Assigns a list of user names to the svnusers group
> dscacheutil -flushcache //Flushes the directory information cache
> memberd -r //Resolves the memberships of the new group - OBSOLETE!!

So, using Xcode 3.0, what command would take the place of the obsolete <memberd -r>?

Bear in mind, please, that I'm just a newbie trying to set up version control using Subversion under Xcode 3.0. This is the first time I'm attempting to set up version control, and I have no idea of what I'm doing: I'm just following orders!

Roland Silver
email@hidden



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: creating a Subversion users group
      • From: Markus Hitter <email@hidden>
  • Prev by Date: Re: memberd and lookupd
  • Next by Date: Re: creating a Subversion users group
  • Previous by thread: Re: memberd and lookupd
  • Next by thread: Re: creating a Subversion users group
  • Index(es):
    • Date
    • Thread