My repo has one dir containing some very large files, every time those get changed it wastes a few minutes of my day when I update... they're not files I need.
Perhaps ideally they'd be in their own repo, but that's not an option to me... is there a way I can make SVN not include that dir when I update the whole working dir, but wtill allow me to manually update that sub-dir if I want to every week or so?
Preferably using Tortoise rather than command-line...
ps: I tried using ignore but it for some reason seemed to delete the sub-dir... though that might be me doing it wrong.