问题
Is there any way to skip files with invalid filenames during checkout with TortoiseSVN (Windows 7)?
By default, if TortoiseSVN runs across a file with invalid file name, it aborts the checkout:

I'd like TortoiseSVN to ignore such files and continue the checkout.
回答1:
The only way I can think of is to perform a sparse checkout (also see http://svnbook.red-bean.com/en/1.7/svn.advanced.sparsedirs.html). Then manually update the files that you do want.
Or, rename your files to be compatible with all filesystems your project might be checked out to.
来源:https://stackoverflow.com/questions/27879179/skipping-files-with-invalid-filenames-during-checkout-with-tortoisesvn