git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robin Rosenberg <robin.rosenberg.lists@dewire.com>
To: Ben Armstrong <BArmstrong@dymaxion.ca>
Cc: git@vger.kernel.org
Subject: Re: jgit standalone client on OpenVMS works (somewhat)
Date: Sun, 3 May 2009 17:15:21 +0200	[thread overview]
Message-ID: <200905031715.22085.robin.rosenberg.lists@dewire.com> (raw)
In-Reply-To: <3f1ae6620904300839n48e88143y2ae1694472f712a4@mail.gmail.com>

torsdag 30 april 2009 17:39:36 skrev Ben Armstrong <BArmstrong@dymaxion.ca>:
> I am happy to report that the jgit standalone client works (somewhat) on
> OpenVMS/Alpha, a non-POSIX platform for which no C git port exists.  I
> understand that not all functionality of the C client is supported yet, but
> for limited use, and supplemented by using the C client on a PC, I may be
> able to get away with this.  At least being able to do a 'git clone' is
> encouraging.

	O_o

Not sure what to say here.. cool. I never even thought of VMS as a Java platform.

> The only problem I have found so far is that if a tag has dots in it and the
> last dotted expression looks like a VMS file version number, it is
> interpreted as such instead of part of the filepath used to represent it
> under .git/refs/tags


> 3. On VMS, set up the jgit command environment appropriately:
> 
> $ define jgit_home dsa0:[dymax.jgit]
> $ jgit==java+" -cp /jgit_home/jgit ""org.spearce.jgit.pgm.Main"""
> $ git=="pipe define/user JAVA$FILENAME_CONTROLS 8 ; "+-
>    "define/user DECC$ARGV_PARSE_STYLE ENABLE ; "+-
>    "define/user DECC$EFS_CASE_PRESERVE ENABLE ; "+-
>    "define/user DECC$EFS_CHARSET ENABLE ; jgit"

After googling a little, I think you got JAVA$FILENAME_CONTROLS wrong.
8 is for basic unix filenames. But you also need %x00200000 (or possibly
%x00100000) as well. See
http://h18012.www1.hp.com/java/documentation/1.5.0/ivms/docs/user_guide.html#unix_style

That's my guess....  I wouldn't dare to tell you how to get the exact syntax right, My VMS 
skillz are not what they once were.

Come to think of it, the first VMS machine I used was named "Linus", named
after a widely known character (in a comic strip called Snoopy). </anecdotes>

-- robin

  parent reply	other threads:[~2009-05-03 15:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-30 15:39 jgit standalone client on OpenVMS works (somewhat) Ben Armstrong
2009-04-30 19:26 ` Shawn O. Pearce
2009-05-03 15:15 ` Robin Rosenberg [this message]
     [not found]   ` <49FEE276.8010508@gmail.com>
2009-05-04 12:42     ` Ben Armstrong
  -- strict thread matches above, loose matches on Subject: below --
2009-05-01 10:08 Ben Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200905031715.22085.robin.rosenberg.lists@dewire.com \
    --to=robin.rosenberg.lists@dewire.com \
    --cc=BArmstrong@dymaxion.ca \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).