wiki:CommittersGuide/PersonalSVNRepository

Version 7 (modified by anddam (Andrea D'Amore), 12 years ago) (diff)

changed user with handle, added link to Team wiki page

If you need to maintain MacPorts-releated files which should not be distributed widely you can set up a personal space inside the MacPorts Subversion repository. You do this using the Terminal with the following command.

Repository=https://svn.macosforge.org/repository/macports
User=userid

svn mkdir --username ${User}@macports.org -m"Create user repository for ${User}" ${Repository}/users/${User}
svn checkout ${Repository}/users/${User} macports-${User}

Use your MacPorts handle for userid