Feb. 28, 2009
10:28 a.m.
Le samedi 28 février 2009 à 10:09 +0100, Fredrik Lundh a écrit :
What's Hg:s story on Svn integration? To what extent can you use it with a Svn master repo?
hgsubversion is supposed to allow bidirectional integration: http://www.selenic.com/mercurial/wiki/index.cgi/HgSubversion
If you just need a one-way bridge (and are ready to accept manually commiting patches to the SVN repo, which is what I'm doing with Python), there are a bunch of possibilities besides hgsubversion: the builtin "hg convert" command, hgsvn, and probably others.