> 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!