SVN on OSX Finally
December 6th, 2007
It took a while but finally I got it figured out. After the initial install (which you can do your own search for) I had to do a few more things in the terminal.
While in the home directory…
$svnadmin create svnrepo
Edit the created ~/svnrepo/conf/passwd file with your chosen username and password
Uncomment the following lines in svnserve.conf
auth-access = write
password-db = passwd
$svnserve -d -r ~/svnrepo
That’s it. You now have a working svn repository at svn://localhost
Filed under Web Development |Leave a Reply