Stand-alone Mercurial (or other SCM) client for user without administrator rights?
I don't have admin rights to my pc, but would like to use Mercurial (a different SCM is fine, too) to track changes. I have Mercurial installed, but can't install TortoiseHg because I don't have admin rights. Is there an alternative that doesn't require (either directly or through dependencies) adm开发者_如何学Cin rights?
P.S. I'm looking for a stand-alone application (i.e. a plug-in for an IDE like Eclipse isn't what I have in mind).
I really find that I never use a GUI for working with Mercurial even when I have a decent one available (i.e. TortoiseHg) -- the command line interface is very nice, and you can enable the graphlog extension to see an ascii-art diagram of the repository right in the terminal.
The only reason that you might need admin rights for something like Tortoise* is that it hooks into your Explorer to give you pretty icon overlays to click on.
If you're looking for a standalone command-line application, the normal distribution of just about any VCS will fill that need. Installer applications are generally optional for this sort of software.
精彩评论