Skipping files with invalid filenames during checkout with TortoiseSVN

前端 未结 1 2001
闹比i
闹比i 2021-01-21 23:19

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,

相关标签:
1条回答
  • 2021-01-21 23:39

    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.

    0 讨论(0)
提交回复
热议问题