如何在 Windows 上的文件名包含空格的情况下找到 Latexdiff /latexdiff-vc 的解决方法
我正在运行 Latexdiff v 0.25,当我尝试 latexdiff-vc --svn -r "myFile with space.tex"
时,我得到以下命令行输出:
使用 space.tex svn 处理 myFile:“myFile”不在版本中 control 运行 Latexdiff 2 并且只需要 2 个非选项参数。 编写 Latexdiff -h 以获得帮助 Latexdiff 中出了问题。 使用 space.tex 删除 myFile 并中止
我假设这是一个错误,其中正确的文件名未正确传递给 svn。该命令在没有空格的名称上运行良好。
有人知道解决方法吗?
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 required.
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您手动执行此操作,您可以使用 8.3 文件名使用 dir /x 进入命令行。
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
.