[python-committers] Survey about DVCSs compared to svn
Antoine Pitrou
solipsis at pitrou.net
Sat Feb 28 11:28:50 CET 2009
More information about the python-committers mailing list
Sat Feb 28 11:28:50 CET 2009
- Previous message: [python-committers] Survey about DVCSs compared to svn
- Next message: [python-committers] Survey about DVCSs compared to svn
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [python-committers] Survey about DVCSs compared to svn
- Next message: [python-committers] Survey about DVCSs compared to svn
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list