Using vcs inside AROS: svn+ssh or git and ssh

leeg · 1630

leeg

  • Newbie
  • *
    • Posts: 21
    • Karma: +0/-0
on: February 21, 2020, 08:20:01 AM
Hi folks,

I'm running IcarOS 2.2.8/i386, and excited to make some projects having not used BOOPSI for a few(!) years. I want to use version control, and I see that IcarOS has svn installed but no git. I can't use svn+ssh (presumably svn has built-in ssh support as there are no ssh binaries), because I get an SSH protocol error decoding the public key when I connect to, e.g., sourceforge's SVN server. I'd like to either get that working, or use git. I found a MorphOS/ppc git binary at aminet, and an openssh binary, but nothing for AROS. Also on github there's a very old partial port of git at https://github.com/vidarh/Git but it's unmaintained and wouldn't build for me :(.

How are folks getting svn+ssh, or ssh and git, set up for working in AROS? Is there some document somewhere I missed?

Thanks,
leeg.
« Last Edit: February 21, 2020, 08:56:49 AM by leeg »



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #1 on: February 21, 2020, 03:50:53 PM
hello

programmers usually work on cross environment under linux or windows

https://aros.sourceforge.io/documentation/developers/app-dev/index.php

 ;)



leeg

  • Newbie
  • *
    • Posts: 21
    • Karma: +0/-0
Reply #2 on: February 22, 2020, 01:43:28 AM
Thanks Salvo, that makes sense. Are you talking about building in, say, Linux and then testing in a “hosted” AROS running in Linux?



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #3 on: February 22, 2020, 05:25:52 AM
You can do it that way, too. It would be more comfortable, I think



leeg

  • Newbie
  • *
    • Posts: 21
    • Karma: +0/-0
Reply #4 on: February 22, 2020, 11:14:19 AM
Great, thanks for the advice!



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #5 on: February 22, 2020, 12:57:11 PM
 ;)



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #6 on: February 22, 2020, 01:56:58 PM
what would you like to work on, it is not that you would be able to update the openssl library to update on odyssey browser I put the link of the discussion, there is a post where you can download the necessary (script) for the compilation but now the library is obsolete so it is useless work I already did it thinking it was all updated

https://ae.amigalife.org/index.php?topic=410.15

you go on reply 28



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #7 on: February 22, 2020, 02:23:06 PM
I'm no expert but you can create your own build branch I think, here the necessary sources and sdk ;)