mercurial hg update abort: no such file or directory -
i'm working on c++ project on opensuse linux box using mercurial versioning , did pull our server repository local working directory. tried hg update, got following error message:
abort: no such file or directory: /home/username/documents/dev/proj/.hg/store/data/images/general/picture.png.d
i'm pretty new mercurial , wondering if there's way can troubleshoot this. appreciated, thanks!
your repository may corrupt. start running hg verify
see if there errors. mercurial wiki has a page dedicated this should out well.
Comments
Post a Comment