Svn global-ignore

February 27th, 2009
geek No comments Leave a comment

I want subversion to always ignore compiled files. There is lots on the internet about using property svn:ignore but nothing about setting a global-ignore.

Where the heck is this danged config file?

On FreeBSD I found it at “~/.subversion/config”.

Yes, in my home directory… so “global” means just global for one user which seems kinda pointless. I guess that’s why no-one uses it. I gave it a bit of this action which works.


[miscellany]
global-ignores = *.pyc

  1. No comments yet.
  1. No trackbacks yet.