Missing revlogs on new, empty repository

martythornley martythornley at gmail.com
Thu Aug 18 22:16:16 UTC 2011


Yep. Just went to the page in the browser and it works fine.

Also, I can clone a repository from bitbuket into the directory, work on it, commit and push back up - all works fine.

I thought cloning from bitbucket might pull in a repository that was created properly. But when I then try to clone that to local, I get the same error, even though it seems to talk to bitbucket fine.



On Aug 18, 2011, at 2:53 PM, Matt Mackall [via Mercurial] wrote:

> On Thu, 2011-08-18 at 14:41 -0700, martythornley wrote:
> 
> > I have seen the missing revlogs mentioned in other posts. Unlike those 
> > situations, this is a brand new repository. 
> > 
> > I created a new directory, run hg init, add a simple index.htm file just 
> > have something there, then run hg add, then hg commit -u username -m 
> > "message" 
> > 
> > It all looks good. I run hg verify... still all good. 
> > 
> > But when I attempt to clone to my local, I get 
> > 
> > hg clone http://remote.com/path/ /local/path/ 
> > requesting all changes 
> > adding changesets 
> > transaction abort! 
> > rollback completed 
> > abort: empty or missing revlog for index.htm 
> > Completed with errors, see above 
> > 
> > I again run hg verify and it still looks all good in the original repository
> 
> Can you browse that repository address with your browser? Does it look 
> ok there? 
> 
> If not, you're probably not running hgweb on your server and your client 
> is falling back to static (slow, stupid) http access. And then... your 
> web browser is deciding the name "index.htm" is magic and breaking 
> things. 
> 
> -- 
> Mathematics is the supreme nostalgia of our time. 
> 
> 
> _______________________________________________ 
> Mercurial mailing list 
> [hidden email] 
> http://selenic.com/mailman/listinfo/mercurial
> 
> 
> If you reply to this email, your message will be added to the discussion below:
> http://mercurial.808500.n3.nabble.com/Missing-revlogs-on-new-empty-repository-tp3266362p3266397.html
> To unsubscribe from Missing revlogs on new, empty repository, click here.



--
View this message in context: http://mercurial.808500.n3.nabble.com/Missing-revlogs-on-new-empty-repository-tp3266362p3266456.html
Sent from the General mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20110818/72b132bf/attachment-0002.html>


More information about the Mercurial mailing list