vote up 0 vote down star

I'm looking for a VCS that'll help me keep all of my work scripts in-sync.

Requirements:

  • Portable (as in flash drive, not code-level)
  • Run on Windows XP and Server 2003+
  • No installation dependencies (Cygwin, perl, Python)

I use Mercurial on my work machine for version control of the various T-SQL, ksh, perl, and CMD/BAT scripts that I maintain as a MS SQL Server DBA and Unix sysadmin. So far, hg has worked for my AIX boxes- I mount my home directory as I login, and deal with the repo as if it were local.

I haven't been able to find a similar solution for the Windows machines I use. Most of them I do not have Local Admin rights; even if I did, I'd rather not install (and maintain) Python + Mercurial on all of them. I can't get to my home directory on them remotely, which leaves a client running on each machine as the only option.

Bonus points for an answer that would let me use a single repo for both the Windows and Unix machines. :)

I'm running WinXP, with heavy use of Cygwin and a CrunchBang VM.

flag
From your question is not clear: do you want to find a way to run Mercurial on USB flah disk or you looking for any other solution? Bazaar has provided non-admin standalone installation as simple self-extracting archive. – bialix Oct 29 at 11:13
@bialix: You're right- my apologies. wojo read it correctly, so it worked out for me. The first sentence and the bullet points sum it up. I mentioned Mercurial because it's what I've been using. I wrote the question being open to the idea of a portable Mercurial (or Bazaar, git) for Windows. That said, fossil has turned out to be a perfect solution, beyond a portable version of something like Mercurial- single executable, very portable C code, no Python runtime, and a built-in web server. It's compiled out of the box on our older AIXes, NetBSD, OpenBSD, Linux, and Windows. Thanks! – Aaron Nov 6 at 16:08

1 Answer

vote up 0 vote down check

I use git myself, but am familiar with hg, bzr, etc. Fossil is the only one I've seen that is self-contained. It's used by the sqlite project, primarily.

See http://www.fossil-scm.org/

It should work across all the platforms you listed, as well!

link|flag
@wojo: Right on! I'm no expert on SCMs, but I have read a dozen pages when picking an SCM for a new project ~1 year ago- and I've never heard of this one. I've not gotten to playing with it yet, but I now have binaries running on each of the platforms I use- my XP laptop, my workstation Linux VM, one of my AIX boxes, and one of my Windows 2003/8 servers. Much to my surprise, it compiled out of the box w/ make on the AIX 4.3 machine but not on the Ubuntu 9.04-based distro that I use. First time for everything, I suppose! But this looks like the answer I was looking for- thanks! – Aaron Oct 28 at 20:41

Your Answer

Get an OpenID
or

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