GIT for MorphOS?
  • MDW
  • Order of the Butterfly
    Order of the Butterfly
    MDW
    Posts: 451 from 2003/7/25
    From: Wroclaw/Poland
    Is there any chance to GIT for MorphOS?
  • »17.02.17 - 19:50
    Profile Visit Website
  • Caterpillar
    Caterpillar
    sTix
    Posts: 39 from 2003/12/7
    Quote:

    MDW wrote:
    Is there any chance to GIT for MorphOS?


    Perhaps someone could approach the guy behind this:

    sgit for os4

    Seems like a nice project...
  • »17.02.17 - 23:50
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 778 from 2007/10/23
    From: Gelsenkirchen,...
    Version 1.6.0.2

    [ Editiert durch polluks 18.02.2017 - 01:08 ]
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »18.02.17 - 00:07
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 2968 from 2003/3/5
    From: Canada
    Quote:

    MDW wrote:
    Is there any chance to GIT for MorphOS?


    There are no plans to make a client part of the SDK right now.
  • »18.02.17 - 12:28
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Jupp3
    Posts: 1193 from 2003/2/24
    From: Helsinki, Finland
    The sad reality is, GIT isn't very portable, it's practically more or less "posix-only" (and MorphOS isn't 100% compatible)
  • »21.02.17 - 18:28
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2968 from 2003/3/5
    From: Canada
    Quote:

    Jupp3 wrote:
    The sad reality is, GIT isn't very portable, it's practically more or less "posix-only" (and MorphOS isn't 100% compatible)


    libgit2 seems fairly portable, actually. Wish I had time to spare.
  • »21.02.17 - 23:05
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    connor
    Posts: 570 from 2007/7/29
    Just drop this fancy useless Exposé stuff and do git instead :-)
  • »22.02.17 - 10:41
    Profile
  • MDW
  • Order of the Butterfly
    Order of the Butterfly
    MDW
    Posts: 451 from 2003/7/25
    From: Wroclaw/Poland
    Quote:

    connor wrote:
    Just drop this fancy useless Exposé stuff and do git instead :-)

    In my opinion the Exposé is very useful. AmigaOS/MorphOS/AROS needs a mechanism for managing windows.
    However after Exposé I would like to get GIT client for MorphOS. :-)
  • »23.02.17 - 09:41
    Profile Visit Website
  • pOS
  • Order of the Butterfly
    Order of the Butterfly
    pOS
    Posts: 216 from 2003/11/14
    From: Bavaria
    Tried git. Using a local repository works.
    But I cannot clone a remote repository.

    I created usr:share/curl and copied my ca-cert bündle from OWB to this Location


    Code:
    Ram Disk:> git clone "https://myusername:mypassword@github.com/myusername/myrepository"
    Initialized empty Git repository in /RAM/testrep/.git/
    fatal: https://myusername:mypassword@github.com/myusername/myrepository/info/refs download error - error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib


    Anyone been succesful to clone a github repository ?

    BTW Code:
    git config http.sslVerify false
    didn't help...

    [ Edited by pOS 21.10.2017 - 02:02 ]
  • »20.10.17 - 23:11
    Profile Visit Website
  • pOS
  • Order of the Butterfly
    Order of the Butterfly
    pOS
    Posts: 216 from 2003/11/14
    From: Bavaria
    the reason is probably this:

    Quote:

    Starting June 7th, 2011, GitHub will no longer support fetching over
    Git's "dumb" HTTP transport mechanism. This won't effect you unless
    you're running a git version prior to v1.6.6 and fetch using a http
    remote URL.



    I also tried ftp, but then git does nothin at all and wait, as long as I press ctrl C
  • »21.10.17 - 00:44
    Profile Visit Website
  • pOS
  • Order of the Butterfly
    Order of the Butterfly
    pOS
    Posts: 216 from 2003/11/14
    From: Bavaria
    Seems, 7 years ago someone tried to port a newer git version:

    https://github.com/vidarh/Git

    No binaries for download there though...
  • »21.10.17 - 12:17
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 778 from 2007/10/23
    From: Gelsenkirchen,...
    Quote:

    pOS schrieb:
    Seems, 7 years ago someone tried to port a newer git version:

    https://github.com/vidarh/Git

    No binaries for download there though...


    Vidar Hokstad is still active, ask him :)
    Well, 1.7.3 is not so interesting anymore...
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »22.10.17 - 14:33
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    connor
    Posts: 570 from 2007/7/29
    Quote:

    Jupp3 wrote:
    The sad reality is, GIT isn't very portable, it's practically more or less "posix-only" (and MorphOS isn't 100% compatible)


    I thought about that again. What is missing in MOS to be 100% posix compatible? In former times it was often mentioned that AmigaOS was posix compatible, so I always thoutht it was 100%. so I also thought it was the same in MOS.
    Would it be "easy" to port git to MOS if MOS was 100% posix compatible?
  • »02.01.18 - 14:20
    Profile
  • Moderator
    Kronos
    Posts: 2231 from 2003/2/24
    I think the most common issue is fork() which doesn't really work without virtual addressing.

    Implementing this would break the whole Amiga messaging API so that not an option.

    Might be possible to run such stuff under sort of emulation/virtualization but that would either cost to much performance or manpower.
  • »02.01.18 - 14:43
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 778 from 2007/10/23
    From: Gelsenkirchen,...
    Quote:

    Kronos schrieb:
    I think the most common issue is fork() which doesn't really work without virtual addressing.

    Nope, it's only used once in the unit test, see here.
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »03.01.18 - 16:07
    Profile
  • Just looking around
    Posts: 1 from 2018/10/20
    Git client is included in current MorphOS SDK

    http://morphos-team.net/downloads ->
    MorphOS Software Development Kit
    MorphOS 3.12 SDK - April 2018 - Download
  • »20.10.18 - 18:10
    Profile
  • pOS
  • Order of the Butterfly
    Order of the Butterfly
    pOS
    Posts: 216 from 2003/11/14
    From: Bavaria
    Is there a chance to get a libgit2 port as a shared library ?

    https://libgit2.org/

    states, that it is:

    - pure C
    - compiles without any dependencies
    - is 100% cross-platform (and Amiga is explicitly mentioned here, too)
  • »24.01.21 - 02:10
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2968 from 2003/3/5
    From: Canada
    What would be the goal of such port when the shell client works just fine?
  • »24.01.21 - 02:49
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Samurai_Crow
    Posts: 152 from 2009/12/10
    From: Minnesota, USA
    For comments regarding graphical Git front-ends see this post and comment in the new thread. Git exists for MorphOS now.
  • »26.01.21 - 15:36
    Profile