Bugs item #1943382, was opened at 2008-04-15 15:46 Message generated for change (Settings changed) made by sborho You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1943382&group_id=199155
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: hgproc.bat not executable without "installer" Initial Comment: Installing TortoiseHG from source "has an issue" :) Simply cloning the hg repository and executing "python tortoisehg.py --debug" does not correctly install a functioning system. Context menu items do not display, and cannot be used. hggtk\tracelog.py reveals a "permission denied" error on hgproc.bat. It turns out that hgproc.bat is not given executable permissions when downloaded. Manually setting the security permissions from windows solves the problem. This problem does not appear when TortoiseHg is installed via the installer. The setup procedure should check the permissions on the .bat file and set them correctly. ---------------------------------------------------------------------- Comment By: TK Soh (tksoh) Date: 2008-04-15 18:52 Message: Logged In: YES user_id=411637 Originator: NO Since you are installing from source, I presumed that you've read the installation page at TortoiseHg homepage on SF. Per the installation guide, you _must_ restart Windows/Explorer after doing 'python tortoisehg.py --debug'. What kind of permission are you referring to on hgproc.bat? AFAIK, Windows pick up the .bat files as being 'executable' per the PATHEXT env setting. I am not sure why hggtk\tracelog.py would give "permission denied" on hgproc.bat. Can you please post the messages captured on tracelog? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=1943382&group_id=199155 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
