Skipping files with invalid filenames during checkout with TortoiseSVN

半腔热情 提交于 2019-12-02 06:35:56

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!