On 17 maj 2006, at 12.45, Michael Radziej wrote: > Nicola Larosa (tekNico) wrote: > >>> /me makes another note to spend some serious time with BZR... >> >> Try spending some time with Mercurial, too. It's simpler, smaller and >> faster than Bazaar-NG, while also being written in Python, with a >> little C. > > Hmm. I'm using git for django. There's a tool that can synchronize svn > to git, and with git I can manage my own branches for patches I create > without bothering anybody. Works fine once you've got used to the, > admittedly, strange ways of git.
I use Tailor[1] to sync the trunk from Subversion to a Mercurial[2] repo which I then use to merge my local changes. There is an experimental Mercurial-plugin[3] for Trac. I maintain the Mercurial port in DarwinPorts[4]. [1] http://www.darcs.net/DarcsWiki/Tailor [2] http://www.selenic.com/mercurial/wiki/index.cgi [3] http://projects.edgewall.com/trac/wiki/TracMercurial [4] http://www.darwinports.org/ - Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
