1
4

2 回答 2

1

I solved this by running the co command twice.

On the first run, CVS stops the checkout when it encounters the directory with the invalid name. On the second run, it adds all the remaining files it didn't import on the first run (except the invalid directory).

It also complains cvs checkout: cannot remove ivan/Doc/Ty?t: No such file or directory after the second co. The directory is there, named Ty%F6t, but it's empty.

于 2016-01-30T21:36:11.337 回答
0

You could try using .cvsignore. You can find details here. Assuming this is what you're trying to check out, try creating a .cvsignore file with the following it.

Doc
于 2016-01-30T20:45:02.033 回答