[python-committers] Survey about DVCSs compared to svn
Antoine Pitrou
solipsis at pitrou.net
Sat Feb 28 11:28:50 CET 2009
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.
More information about the python-committers
mailing list