mercurial on VMS

Michael Smith michael.smith at thalesatm.com
Mon Dec 4 23:15:48 CST 2006


dhruva wrote:
> Hi,
> I am a newbie on this list. I am working on getting hg (mercurial)
> work on OpenVMS. Python 2.5.0 is available on VMS but lacks the
> os.fork() implementation. I am also seeing issues in os.stat() that is
> used in locking. I am working on it to make the underlying Python work
> so that I do not have to touch the hg sources.
> I just thought of introducing myself as I see a real need to make it
> work on yet another platform, VMS. I am a starter in Python and hence
> will be taking a real long time to get productive. I know a few other
> programming languages which makes it a little easier to learn Python.

As a former VMS user with 12 years experience I wish you all the luck in 
the world with your project.

I know there are new file systems available on OpenVMS but the last time 
I heard it was not possible to have a file named something like a.b.c so 
I don't think it is going to be possible for you to keep the file names 
under the .hg directory with the names they have now.

As I understand it hg makes calls to shell commands to run things like 
sed. These are normally not available under OpenVMS. If you provide them 
you will still have to port the shell interfaces.

Regards,
-- 
Michael Smith      | 61 394 257 560
Team Leader, Tools | 61 416 062 898
Thales Australia   |    S  37.83150
Richmond, Victoria |    E 144.99675

*Confidentiality Notice: This e-mail may contain
confidential and/or privileged information and
is intended solely for the addressee(s) named.
If you have received this information in
error, or are advised that you have been
posted this e-mail by accident, please notify
the sender by return e-mail, do not
redistribute it, delete the e-mail and keep
no copies. *


More information about the Mercurial-devel mailing list