| Article: |
Making the Jump to Subversion | |
| Subject: | Odd Error | |
| Date: | 2006-01-13 15:05:05 | |
| From: | lolajl | |
|
I'm trying to get my subversion repository back up and running after having to wipe clean my hard drive. Installed all the packages from wsanchez's idisk. When I try to create a repository, here's the error message that I get:
|
||
Showing messages 1 through 1 of 1.
-
Odd Error
2006-10-11 06:42:24 Elise_van_Looij [View]
I had a similar problem and I found out that Subversion needs webDAV to communicate with the Apache server. WebDAV allows your Apache server to not only read files but write them as well. WebDAV is open source and you can easily google up the site, but the least painful way of installing it, I found, is to use MacPorts (www.macports.org). Once you've installed MacPorts (read the beginners guide, it's quite good), tell it to install subversion with the variant web_dav_svn.


