Moving to D

Russel Winder russel at russel.org.uk
Fri Jan 7 02:15:37 PST 2011


On Fri, 2011-01-07 at 00:31 +0200, Vladimir Panteleev wrote:
[ . . . ]
> FWIW I'm quite in favor of a switch to git (even better if you choose  
> GitHub, as was discussed in another thread). I had to go through great  
> lengths to set up a private git mirror of the dmd repository, as dsource  
> kept dropping my git-svnimport connections, and it took forever.

svnimport is for one-off transformation, i.e. for moving from Subversion
to Git.  Using git-svn is the way to have Git as your Subversion client
-- though you have to remember that it always rebases so your repository
cannot be a peer in a Git repository group, it is only a Subversion
client.  The same applies for Mercurial but not for Bazaar, which can
treat the Subversion repository in a Bazaar branch poeer group.  There
are ways of bridging in Git and Mercurial, but it gets painful.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at russel.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20110107/db5d5119/attachment.pgp>


More information about the Digitalmars-d mailing list