wiki:CommittersGuide/PersonalSVNRepository

Version 1 (modified by krischik@…, 15 years ago) (diff)

new page

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

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

svn  mkdir --username ${User} -m"Create user repository for ${User}" ${Repository}/users/${User}
svn export ${Repository}/users/${User} macports-${User}

Use your MacPorts user for userid