Page 1 of 1

3.1 release OSDN commit hash tag mismatch?

Posted: Fri Jan 21, 2022 12:19 am
by string
When compiling the zandronum 3.1 server release "ZA_3.1 4178904d7698" tag from osdn

clients complain that...
Server uses: 3.1-R-300101-0000
You use: 3.1-R211211-2135

Is there a way or a proper commit hash I can use to access the proper source code for compiling a 3.1 release binary?

Re: 3.1 release OSDN commit hash tag mismatch?

Posted: Fri Jan 21, 2022 5:19 am
by Sean
Make sure you cloned using Mercurial and didn't use the zip/tar archives.

Code: Select all

hg clone -r ZA_3.1 https://hg.osdn.net/view/zandronum/zandronum-stable

Re: 3.1 release OSDN commit hash tag mismatch?

Posted: Sun Jan 23, 2022 8:21 am
by string
Gracias. Perfecto. I suppose my mercurial skills weren't up to par.