On Mar 22, 2007, at 1:51 PM, Matthew Law wrote:
Then I've got to make sure svn filters out all of the nasty '._*' files that the finder leaves everywhere...
After a user runs `svn` for the first time, they should have a `~/.subversion/config` file. Look for the global-ignores setting and make sure it includes `.DS_Store` and `._*`. Mine looks like this:
[miscellany] global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store ._*
(which I think is just the default with `._*` tacked onto the end)
--- Rob McBroom http://www.skurfer.com/ I didn't "switch" to Apple... my OS did.