문제

I'm working on a C++ project on OpenSuse Linux box using mercurial versioning and recently did a pull from our server repository to my local working directory. I just tried to do an hg update, but got the 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 to Mercurial and was wondering if there's any way I can troubleshoot this. Any help is greatly appreciated, thanks!

도움이 되었습니까?

해결책

Your repository may be corrupt. Start with running hg verify to see if there are any errors. The Mercurial wiki has a page dedicated to this that should help you out as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top