I'm trying to clone an old CVS repository with:
cvs -z3 -d:pserver:anonymous@ivan.cvs.sourceforge.net:/cvsroot/ivan co -P ivan
However, one of the directories in the repository contains a seemingly invalid character in its name, shown as �
in ViewVC and as ?
in the error message cvs co
gives me:
cvs [checkout aborted]: cannot make directory CVS in ivan/Doc/Ty?t: No such file or directory
How can I fix this? I'm okay with excluding the directory from the checkout if renaming it isn't possible.