OSX Webdav SVN
Osx can mount a subversion repository over webdav. The repository appears as a network drive. Any changes to files in the repository are autocommited. Cool, except..
The svn repository is filled with one .DS_store file for each directory. Annoying
type this in a terminal window and restart.
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
No more problem.