Here’s a quick SVN trick I use for managing my svn:ignore and svn:externals properties for my projects.
One of the first things I do for newly checked out projects is to add a externals.txt and ignore.txt files. Then I just populate these with the property values I require for the project.
I know, it’s a no brainer when you think about it right?
The thing is, I didn’t think of doing it until the past few projects and actually had to rely on ide integrated / gui tools to do it prior to this year. I came across a couple of examples and did it a couple of times in a rush without noting it down, but thought I’d make a post about it on my blog so that I have somehwere easy to find.
» Read more: Subversion Tip: Managing SVN Properties with text files
