Re: Mercurial's only true "plugin" extension: inotify... and can it be done in Git?
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:44:23
[Cc: git mailing list, mercurial mailing list] On Thu, 13 March 2008, Zdeněk Vráblík wrote:
On Mon, Mar 10, 2008, Jakub Narębski [off-list ref] wrote:quoted
...quoted
cvscommit | see git-cvsexportcommit, git-cvsserver
First, a word of warning. I use Git (and sometimes even contribute to it), and watch its mailing list; I know Mercurial only from documentation and a few discussions on #revctrl IRC channel. So now you should know which way I tend to be biased ;-)
I have looked at git-cvsserver http://www.kernel.org/pub/software/scm/git/docs/git-cvsserver.html It doesn't put back changes from git to cvs server. It uses cvs client to work with GIT repository.
On http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions cvscommit | Push changesets to CVS But on the link on its wiki page we have From: Simon 'corecode' Schubert Imbeault, Jean-Christian wrote: > > Are there any tools available that can push an hg repository > into CVS? I've written the cvscommit extension, but it might be outdated and maybe could use some structural changes, but I've used it for some commits. There is no documentation for this extension, unfortunately, so I don't know what exactly it does. From listed git "equivalents" git-cvsexportcommit (1) - Export a single commit to a CVS checkout git-cvsserver (1) - A CVS server emulator for git it looks like git-cvsexportcommit is more equivalent to hg.ext.cvscommit Mercurial extension.
Does Mercurial has something like this? I use Mercurial personally and I like it. But to migrate from cvs I need persuade all team. It will be easier to do it with such cvs emulator.
I don't know of such extension / tool
Thanks for the comparison.
You are welcome. -- Jakub Narebski Poland