Christian Brabandt wrote: > On Mi, 12 Aug 2015, Bram Moolenaar wrote: > > > Christian wrote: > > > > > Am 2015-08-12 01:24, schrieb tux.: > > > > Sorry, I lost track. Which Bitbucket repository is the current one? I > > > > found one by ZyX_I ...? > > > > > > bitbucket.org/vim-mirror/vim > > > > Assuming the move to git is happening soon, and anticipating that some > > users prefer to stick to mercurial, can we have an explanation for those > > users how they can use this mirror? > > The plan is, to reimport once the last commit has been pushed to the > google code mirror. Then the user should be able to simply switch the > Repository ID and it should just work.
OK. So when doing it for real the plan is to: - Freeze usual patching. - Cleanup locally, push result to Google code - Export from Google code to github, wipe the resulting repository. - Convert to git locally, push to github Then, I want to check in a change to Google code only, that produces an error when trying to build that version. This is because there is no way to stop the Mercurial repository from serving, users who simply pull there won't notice anything wrong (except not getting any more updates). So you would need to halt your update script before that happens, and sync from github. This *should* have the same version history then. > > One problem may be that if we make the git repository a cleaned up > > version of what's now in Mercurial, some extra work needs to be done? > > Or perhaps a "pull" would work... > > Hopefully ;) > > BTW: The clean up script Markus wrote has been run here (see the commits > starting here) > https://bitbucket.org/vim-mirror/vim/commits/cefab7bcba1a7ae40db67df66f52d70f70b77f98 -- MARTHA'S WAY: Don't throw out all that leftover wine. Freeze into ice cubes for future use in casseroles and sauces. MY WAY: What leftover wine? /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" 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_dev" 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.
