Dev Code Backup on NT 4.0?

Discuss Windows 2000, NT, XP and Windows Server 2000, 2003, SBS 2003.
Post Reply
Shintaro1969
User avatar
Posts: 85
Joined: Sat Jan 01, 2022 10:23 am

Dev Code Backup on NT 4.0?

Post by Shintaro1969 »

Hi,

I was wondering if anyone was using NT 4.0 Workstation to create their own programs. And how they back them up to something like GitHub.

My backup system at the moment is convoluted and I need a server running, which I don't want to do.
MS Source Safe -> Samba Windows Share on Server -> InSync to MS OneDrive.

Does anyone know of an NT 4.0 GitHub type of client that I can simply go from NT 4 to GitHub?


Cheers.
“Wyrd bið ful āræd. Fate is inexorable.”

davidg
Posts: 12
Joined: Mon Jul 04, 2022 12:26 am

Re: Dev Code Backup on NT 4.0?

Post by davidg »

I'm doing development on NT4 at the moment and would love to find a git client that works there, but I think its unlikely such a thing exists.

At the moment I'm keeping all the code on a network drive so I can access it from other newer systems that do have a git client.

vbdasc
Posts: 317
Joined: Fri Apr 30, 2010 6:14 pm

Re: Dev Code Backup on NT 4.0?

Post by vbdasc »

Shintaro1969 wrote:
Thu Sep 14, 2023 10:10 pm
I was wondering if anyone was using NT 4.0 Workstation to create their own programs.
I was, many years ago.
Shintaro1969 wrote:
Thu Sep 14, 2023 10:10 pm
And how they back them up to something like GitHub.
Github didn't yet exist back then.
Shintaro1969 wrote:
Thu Sep 14, 2023 10:10 pm
My backup system at the moment is convoluted and I need a server running, which I don't want to do.
MS Source Safe -> Samba Windows Share on Server -> InSync to MS OneDrive.
For NT4, this seems good enough to me. Continue using what works, if you ask me.
Shintaro1969 wrote:
Thu Sep 14, 2023 10:10 pm
Does anyone know of an NT 4.0 GitHub type of client that I can simply go from NT 4 to GitHub?
Lately, Github became quite anal-retentive about encryption, removing old ciphers etc. . This means that if you're hoping to connect NT4 to Github directly, you're out of luck.

vbdasc
Posts: 317
Joined: Fri Apr 30, 2010 6:14 pm

Re: Dev Code Backup on NT 4.0?

Post by vbdasc »

davidg wrote:
Fri Sep 15, 2023 11:20 am
I'm doing development on NT4 at the moment and would love to find a git client that works there, but I think its unlikely such a thing exists.
Did you try https://web.archive.org/web/20090615000 ... 080413.exe ? It's a sufficiently old version to have some chance to support NT4. I myself haven't tried it, it's only a suggestion.

Shintaro1969
User avatar
Posts: 85
Joined: Sat Jan 01, 2022 10:23 am

Re: Dev Code Backup on NT 4.0?

Post by Shintaro1969 »

vbdasc wrote:
Fri Sep 15, 2023 11:44 am
davidg wrote:
Fri Sep 15, 2023 11:20 am
I'm doing development on NT4 at the moment and would love to find a git client that works there, but I think its unlikely such a thing exists.
Did you try https://web.archive.org/web/20090615000 ... 080413.exe ? It's a sufficiently old version to have some chance to support NT4. I myself haven't tried it, it's only a suggestion.
Unfortunately, it didn't work.

I am downloading a version of Cygwin to see if I can openssh and git from there.
“Wyrd bið ful āræd. Fate is inexorable.”

davidg
Posts: 12
Joined: Mon Jul 04, 2022 12:26 am

Re: Dev Code Backup on NT 4.0?

Post by davidg »

I suspect any version old enough to run on NT4 is going to be old enough to run into problems with servers expecting modern cryptography.

There are ways of building modern OpenSSL for 95/NT4 so I getting git going properly wouldn't be impossible. Being stuck on Visual C++ 2003 (or IIRC 2005 if you're willing to statically link the CRT) makes things difficult though.

Post Reply