Changes between Version 8 and Version 9 of CommittersGuide/PersonalSVNRepository


Ignore:
Timestamp:
Nov 3, 2016, 1:40:16 AM (7 years ago)
Author:
raimue (Rainer Müller)
Comment:

No longer applies after move to GitHub

Legend:

Unmodified
Added
Removed
Modified
  • CommittersGuide/PersonalSVNRepository

    v8 v9  
    1 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.
    2 
    3 {{{
    4 Repository=https://svn.macports.org/repository/macports
    5 User=userid
    6 
    7 svn mkdir --username ${User}@macports.org -m"Create user repository for ${User}" ${Repository}/users/${User}
    8 svn checkout ${Repository}/users/${User} macports-${User}
    9 }}}
    10 
    11 Use your MacPorts [wiki:MacPortsDevelopers handle] for '''userid'''
    12 
    13