I'm trying to partially checkout a large SVN repository that contain lots of files I don't need: object files, .class
files, sound and other data files. These files may occur in any directory.
I'm tired of going through all the subdirs in the repo browser to see whether I need to check them out recursively or sparsely. Does SVN offer a way to checkout only files that match or don't match a (regex, glob or other) pattern?