谁能贴出将汞集成到phped的步骤。
我遵循以下步骤,由论坛上的一位成员列出:
该做什么:创建一个提交快捷方式*安装Mercurial,如果你还没有。我已将其安装到c:\ PHPEd \ Mercurial \*转到"Hg设置“> Tools > Integration *创建一个名为"Hg”的新菜单(或Mercurial或您希望将其命名为Mercurial)*使用以下设置创建一个名为"Hg提交“的新子菜单*编辑”Hg提交“:
o Execute with "Shell"
o Command line: D:\Program Files\TortoiseHg\hg.exe commit @Name@ --cwd @Path@
o Check off "Show this command in File Bar popup" (optional)
o Shortcut: CTL-SHIFT-M (or anything you like)
o Check off Redirect Error stream to Log Window and Redirect Output to Window但是,当我提交时,我会得到以下错误:
cwd D:\xampp\htdocs\XML\
发布于 2009-07-09 10:50:27
您需要在通往hg.exe的路径周围放置引号。Program中的空间正在抛出,它只在D:\Program中寻找可能根本不存在的东西。
请注意,我从未使用过PHPed,因此可能会有更多的问题。但这就是你所看到的产生错误的原因。
https://stackoverflow.com/questions/1103049
复制相似问题