I'm running latexdiff v 0.25 and when I attempt latexdiff-vc --svn -r "myFile with spaces.tex"
I get the following command line output:
Working on myFile with spaces.tex svn: 'myFile' is not under version control Running latexdiff 2 and only 2 non-option arguments re开发者_StackOverflowquired. Write latexdiff -h to get help Something went wrong in latexdiff. Deleting myFile with spaces.tex and abort
I'm assuming it's a bug where the right filename isn't passed correctly to svn. The command runs fine on names w/o spaces.
Does anyone know a workaround?
Assuming you are doing this manually, you may be able to use the 8.3 file name that you can get on the command line using dir /x
.
精彩评论