vote up 1 vote down star

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) admin 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).

flag
I ended up using the "hg serve" to output details via the web. It's not a GUI, but it can be seen by co-workers. Thanks for the feedback. – garlon Nov 2 at 21:21

2 Answers

vote up 2 vote down

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.

link|flag
vote up 2 vote down

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.

link|flag
Here's a link to get you started: mercurial.selenic.com/wiki/Download – Epsilon Prime Oct 26 at 18:40

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.