Quantcast
Viewing latest article 3
Browse Latest Browse All 3

SVN with Apache 2 under OS X 10.5

MAKE THE REPOSITORY Substitute REPOSNAME with the name of your repository (aka the project name). ...$ sudo apachectl graceful Finally, check out your repository to make sure it worked: http://localhost/svn/REPOSNAME. ...sudo htpasswd -cm /private/etc/apache2/auth/svn USERNAME (you can create this file anywhere but I think it is best to keep all auth files in a single “auth” directory). Then edit your svn.conf file and add these lines right before the closing ‘Location’ tag: Inside /etc/apache2/other/svn.conf:

Viewing latest article 3
Browse Latest Browse All 3

Trending Articles