Changes between Initial Version and Version 1 of CommittersGuide/PersonalSVNRepository


Ignore:
Timestamp:
Mar 7, 2009, 9:23:30 AM (15 years ago)
Author:
krischik@…
Comment:

new page

Legend:

Unmodified
Added
Removed
Modified
  • CommittersGuide/PersonalSVNRepository

    v1 v1  
     1If 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.
     2
     3{{{
     4Repository=http://svn.macosforge.org/repository/macports
     5User=userid
     6
     7svn  mkdir --username ${User} -m"Create user repository for ${User}" ${Repository}/users/${User}
     8svn export ${Repository}/users/${User} macports-${User}
     9}}}
     10
     11Use your MacPorts user for '''userid'''
     12
     13