Difference: Git (2 vs. 3)

Revision 32010-07-08 - ChrisNell

Line: 1 to 1
 
META TOPICPARENT name="EmpiricalAlgorithmics"

Git

Line: 103 to 103
 

Mercurial and Git

Changed:
<
<
GIt is popular. However, it doesn't always have the best UI. For example, teh Eclipse plugin for Git is.... a work in progress. Fortunately, the MercurialEclipse plugin is a lot better (http://www.javaforge.com/project/HGE), and can be made to work with Git using the Hg-Git (http://hg-git.github.com/) plugin for Mercurial. I've done this on a Mac, in particular.
>
>
Git is popular. However, it doesn't always have the best UI. For example, the Eclipse plugin for Git is.... a work in progress. Fortunately, the MercurialEclipse plugin is a lot better (http://www.javaforge.com/project/HGE), and can be made to work with Git using the Hg-Git (http://hg-git.github.com/) plugin for Mercurial. I've done this on a Mac, in particular.
 
Changed:
<
<
I've also successfully made TortoiseHg (http://tortoisehg.bitbucket.org/) clone and push to a Git repository, but at present would recommend TortoiseGit over this indirect use of TortoiseHg.
>
>

Mercurial+Git+Windows

 
Added:
>
>
In principle it's also possible to have TortoiseHg (http://tortoisehg.bitbucket.org/) clone and push to a Git repository, but at present we recommend TortoiseGit over this indirect use of TortoiseHg. That said, a tutorial to do this can be found at: http://jamesmckay.net/2010/06/tortoisehg-as-a-github-client-on-windows/ Note that to make mercurial successfully clone from git+ssh repositories (as opposed to, for example, github), we had to make a copy of TortoiseHg\TortoisePlink.exe called ssh.exe, and ensure this was in the Windows path. You may also want to enable the Hg bookmarks plugin.

One might do this to attempt to make MercurialEclipse work in Windows. Note that we have not yet successfully configured MercurialEclipse+hg-git+Windows and had it perform all functions (clone, synchronize) successfully, so for now recommend using TortoiseGit to do version control separately from Eclipse. That said, if you want to try, a few tips are: In MercurialEclipse you will need to go to Window>Preferences>Team>Mercurial and set the mercurial executable to use TortoiseHg\hg.exe instead of the bundled version.

  -- ChrisNell - 23 Jun 2010
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback