I'm using SVN as my VCS. I have a folder where I keep user-uploaded files. Obviously I don't need those under version control. However, there is a single file in the folder, which I need - .htaccess.
It's already under version control, but how do I specify that I need all other files besides .htaccess ignored in that folder?
I've come across this article: ThoughtsPark.org: Using negative patterns for Subversion's svn:ignore property, but the approach given is kind of cryptic to me and I'm not able to get it working.
Thanks in advance!