Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VersionControl_Hg can't find hg on my system #3

Open
lornajane opened this issue Feb 14, 2013 · 2 comments
Open

VersionControl_Hg can't find hg on my system #3

lornajane opened this issue Feb 14, 2013 · 2 comments
Assignees

Comments

@lornajane
Copy link

I'm on linux, running PHP from the commandline. My Hg binary is at /usr/bin/hg but VersionControl_Hg can only find it if I pass a path into setExecutable() ... but there doesn't seem to be a way to do that without actually modifying the library. Is there a right way to do this?

@mgatto
Copy link
Member

mgatto commented Mar 1, 2013

I coded it specifically to be multi-platform. However, I'm developing and testing locally only on a Windows laptop so far. Did changing isexecutable() -> is_executable() fix this?

@ghost ghost assigned mgatto Mar 1, 2013
@lornajane
Copy link
Author

I'm on Linux (specifically Ubuntu 12.10) so between us we are a pretty good testing platform :) The is_executable change doesn't help with this issue, I will see if I can find the way this is "normally" done.

lornajane added a commit to lornajane/VersionControl_Hg that referenced this issue Mar 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants