How to use Git/SVN repos on BeOS PPC
Answer: You don't. Apologies for the retro-nerd-clickbait.
R5 PPC only has cvs, and a very old version at that. R5 Intel has newer cvs, and also has SVN, but a very old version that can't talk https:// SVN; only SSH
But I have to - so a workaround from hell has been bodged together.
I have a Synology NAS to work as a Plex server and document/file dump. Its a full Linux/x86_64 system with regular updates; and one of its packages is a git server. I don't need the server, but this installs the command line git executable.
It also has an FTP server built in, which can be turned on with one checkbox.
So, my git checkout is stored on the NAS, and I download/upload changes to it using NetPenguin - Be's command line ftp is awful - and then telnet to the NAS to push/pull. I would SSH, but the newest SSH client built for BeOS PPC is 1.2.26 of the old official client, supporting protocol 1.5, which my NAS wisely does not accept!
This is tortuously slow for large repos, of course, but if you're working on large repos on an OS that was last updated in 2000 for hardware made pre-1998, you should probably reconsider your life choices.
Comments
Post a Comment