如何在 Windows 上的文件名包含空格的情况下找到 Latexdiff /latexdiff-vc 的解决方法

发布于 2024-12-04 13:16:08 字数 371 浏览 2 评论 0原文

我正在运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日久见人心 2024-12-11 13:16:08

假设您手动执行此操作,您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文