Subversion on OS X, Part 2: Your First Project
I ran into some permissions problems trying to actually get a project into the repository, so I thought I’d walk through how to get things working in just one try instead of twenty:
- Do Not put your repository under your Apache web root, or any virtual host web root. Just don’t. It won’t work.
- Apache needs read and write permissions on your Subversion directory. The simplest but perhaps not the most secure way to do this is, after you create the repository, to change the owner of the repository directory and all its contents to the user that Apache …