OSX Webdav SVN

Posted by Joel Jensen Mon, 18 Sep 2006 19:05:00 GMT

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.

Comments

Leave a comment

Comments