Global Ignores for SVN?
Posted
by Michael Stum
on Stack Overflow
See other posts from Stack Overflow
or by Michael Stum
Published on 2010-04-22T22:12:23Z
Indexed on
2010/04/22
22:13 UTC
Read the original article
Hit count: 409
svn
Is there a way to setup a global list of Ignores for a SVN Repository or for the SVN Client on the PC?
The only reason I'm using tools like Tortoise/Ankh/VisualSVN is because I want to only check in the files I need without all the bin/obj/Resharper stuff.
I'm spoiled by .gitignore and .hgignore which I just copy to a repository and then use "git commit -a" without having to care about checking in junk.
I know I can manually set it, but that's tedious to do and I think it had to be applied to every new folder that gets created as well.
Using SVN under Windows if that matters
© Stack Overflow or respective owner