New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Version 7 (modified by and.damore@…, 16 months 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