I work with a subversion repository for a "generic" package that is full of files that shouldn't be there (site-specific files, hacks, etc). I do not have access to change this, and I've been stonewalled when I ask about having it changed on my behalf; I'm now after a workaround.
Is it possible to exclude some files from being checked out (or being pulled out of the repository when updating), so that I can work with some semblance of a clean package?
These files are independent and are not being pulled in by the other "good" files, so there aren't any dependency problems in that regard.
(Please note this is not the usual "How do I stop files from being committed" question answered by svn:ignore. Sorry. :-) )