Click here to Skip to main content
15,915,603 members
Everything / TortoiseHg

TortoiseHg

TortoiseHg

Great Reads

by Code Artist
TortoiseHgManager, a repositories verification tool for TortoiseHg.
by Mike-MadBadger
A beginner's tour of some alternative options for Version Control Systems
by Gio Palacino
Typically, when I have worked within Visual Studio on source-controlled projects I have used Team Foundation Server (TFS). With my current employer, we use Mercurial, and we use TortoiseHg to interface with it.

Latest Articles

by Mike-MadBadger
A beginner's tour of some alternative options for Version Control Systems
by Code Artist
TortoiseHgManager, a repositories verification tool for TortoiseHg.
by Gio Palacino
Typically, when I have worked within Visual Studio on source-controlled projects I have used Team Foundation Server (TFS). With my current employer, we use Mercurial, and we use TortoiseHg to interface with it.

All Articles

Sort by Score

TortoiseHg 

1 Sep 2015 by Code Artist
TortoiseHgManager, a repositories verification tool for TortoiseHg.
28 Feb 2012 by AhmedOsamaMoh
Dear sirs now i have two Repositories , one in my PC and other is in my USB flash , now how i sync between them say i have edit the PC one and i commit it and now it became vers. 6 but the USB is still at ver. 5 , i want to transfer only the changes done after ver. 5 , the easy way that...
28 Feb 2012 by Graham Breach
Use the "Hg synchronize" menu option, then from the PC version you can set the remote repository to your flash drive and push the updated version. Then you must do an "update" from the flash drive to get all the same files checked out.You should be able to do it the other way around too -...
28 Aug 2016 by AtulPandey34
Accidently I checked-in 5GB around of files to Mercurial. Our Build server started failing during cloning of repo. So we reverted the checked- in files by using Remove command. But .hg/store/data is still containing those files. And it's size is over 5GB. How could we remove the bad check-in...
28 Aug 2016 by Mehdi Gholam
Read these : Removing files from Mercurial history[^]version control - How do you remove big files from history in mercurial? - Stack Overflow[^]version control - Is there a way to remove the history for a single file in Mercurial? - Stack Overflow[^]
2 Nov 2023 by Mike-MadBadger
A beginner's tour of some alternative options for Version Control Systems
2 Sep 2014 by Gio Palacino
Typically, when I have worked within Visual Studio on source-controlled projects I have used Team Foundation Server (TFS). With my current employer, we use Mercurial, and we use TortoiseHg to interface with it.
4 May 2013 by iDebD
http://stackoverflow.com/questions/12978987/svn-repository-on-google-drive-or-dropbox[^]
4 May 2013 by iDebD
Is it possible to setup SVN repo/server on google drive or dropbox etc?I want to put my PhD project under version control. The data has to stay private and only accessible to me and my friends. I can't afford to pay so I want free service.I have experience with Tortoise SVN.