PhpED IDE ile Mercurial entegre nasıl?

1 Cevap php

Herkes PhpED için cıva entegre etmek için adımlar gönderebilirsiniz.

Ben kendi forumunda bir üye tarafından listelenen aşağıdaki adımları takip:

What to do: Creating a Commit Shortcut * Install Mercurial if you have not already. I've installed mine to c:\development\Mercurial\ * Go to PHPEd Settings > Tools > Integration * Create a new menu called "Hg" (or Mercurial or whatever you want to call it) * Create a new Sub Menu called "Hg Commit" * Edit "Hg Commit" with the following settings:

      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

I taahhüt Ama, ben aşağıdaki hatayı alıyorum:

  • Senaryo D: \ Program Files \ TortoiseHg \ hg.exe createXML.php tamamlama - cwd D: \ xampp \ htdocs \ XML \

  • Script Failed to run command "D:\Program", error code: 2, system description: "The system cannot find the file specified.

1 Cevap

Sen hg.exe için yolu tırnak işaretleri koymak gerekir. Program Files uzay kapalı atıyor ve sadece D şey arıyor: \ Program, belki de yok.

Ben PhpED hiç kullanmadım, bu nedenle daha fazla sorunlar olabilir unutmayın. Ama gördüğünüz hatayı üreten biridir.