kumar-nitish / harstorage

Automatically exported from code.google.com/p/harstorage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errno 2: File or Directory not found

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.Installing Harstorage
2.Configuring it how is set out in the installation wiki

What is the expected output? What do you see instead?
The expected output would be to go to the harstorage interface but it comes 
back with Errno 2 cannot find file or directory

What version of the product are you using? On what operating system?
Version 0.5 Ubuntu 11.10

Please provide any additional information below.


Original issue reported on code.google.com by kentasem...@gmail.com on 13 Dec 2011 at 9:40

A little more information:
Module harstorage.controllers.results:24 in index          view
>>  c.rev = repo.hg_rev()
Module harstorage.lib.hgapi:69 in hg_rev          view
>>  res = self.hg_command("id", "-n")
Module harstorage.lib.hgapi:48 in hg_command          view
>>  proc = Popen(["hg", "--cwd", self.path, "--encoding", "UTF-8"] + 
list(args), stdout=PIPE, stderr=PIPE)
Module subprocess:679 in __init__          view
>>  errread, errwrite)
Module subprocess:1239 in _execute_child          view
>>  raise child_exception
OSError: [Errno 2] No such file or directory

Original comment by kentasem...@gmail.com on 13 Dec 2011 at 9:46

Original comment by Pavel.Pa...@gmail.com on 14 Dec 2011 at 8:24

  • Changed state: Accepted
  • Added labels: Priority-High
  • Removed labels: Priority-Medium
This issue was caused by dependence on mercurial components.

Fixed along with other bugs in new release v0.5.2.

Original comment by Pavel.Pa...@gmail.com on 14 Dec 2011 at 8:28

  • Changed state: Fixed