Edgewall Software

Changes between Version 2 and Version 3 of TracOnLeopardServer


Ignore:
Timestamp:
Jan 23, 2008, 4:41:46 AM (16 years ago)
Author:
ibraud@…
Comment:

SNVPath needs to be SVNPath or Apache will fail to load. The application used to create users in Mac OS X Server is Workgroup Manager, not administrator. Your Bayesian filter thinks I'm a spammer.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnLeopardServer

    v2 v3  
    66
    77 1. Create a user account (subversion) for file storage and enable sudo.
    8      * Use the Workgroup Administrator application and create the user "Subversion" (with short name "subversion")
     8     * Use the Workgroup Manager application and create the user "Subversion" (with short name "subversion")
    99     * Log in as an Administrator and edit the sudo file  (using ```sudo visudo```)
    1010 1. Set up a simple test SVN repository.
     
    2828 <Location /test-repo>
    2929    DAV svn
    30     SNVPath /Users/subversion/test-repo
     30    SVNPath /Users/subversion/test-repo
    3131 </Location>
    3232}}}