I have a dev box (mac mini) that hosts all of my development sites. I have SVN server configured on the server and have created 2 repositories so that I can push my work from my laptop to the server. Now I want to "update" the webdev directory (where I have my files set up for MAMP) so that I can see my changes on my dev server. Is there any way to do this? I've tried connecting to localhost using the SVN client and I get a 200 OK error -- and another error I can't remember how to recreate.
Can SVN Server, Client, and Webserver all co-exist on the same machine -- and if so -- how do I update/commit/checkout using the client on the same machine?
200 OKshouldn't be an error? But you can always just usefile://as the repository URL if it's on the same disk. – Rup Mar 22 '12 at 12:09