On Sunday, August 31, 2014 12:37:36 AM UTC+2, Bob Hyam wrote: > On Saturday, August 30, 2014 3:33:21 PM UTC-7, Bob Hyam wrote: > > On Sa> > > > > > Sorry about that, Debian wheezy amd64. No errors seem to occur, it just > > > > remains the same version I started with. Does anyone know if this > > > > building creates a log file I could go through ? The screen updates > > > > pretty quickly so I can't say for sure there are no errors. > > > > > > > > Thanks for answering, Bob H > > > > > > I run the latest 429 on Debian Wheezy as I write. > > > > > > Maybe you have several versions on your system. Did you try: > > > which -a vim > > > > > > Also, did you try to run your locally compiled file, that is in > > > /usr/src/vim/src/ ? > > > > > > What "hg summary" says? > > > > alpha:/usr/src/vim>root#hg summary > > Not trusting file /usr/src/vim/.hg/hgrc from untrusted user bobh, group > > users > > Not trusting file /usr/src/vim/.hg/hgrc from untrusted user bobh, group > > users > > parent: 6142:4c08173b8b95 tip > > Add files missing from 7.4.408. > > branch: default > > commit: 1 modified, 2 unknown > > update: (current) > > > > BobH > > Sorry forgot to in include .hg/hgrc file - > > [paths] > default = https://vim.googlecode.com/hg/ > > BH
I suspect "hg pull" fails because .hgrc is owned by the different user other than the one that is running Mercurial. You can change the ownership or see this: http://mercurial.selenic.com/wiki/Trust -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
