ZDoom on GitHub
Moderator: GZDoom Developers
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
Re: ZDoom on GitHub
And now the changelog stuff should be working as well as before. SVN revision numbers and git commit hashes are interchangeable for the details pages. e.g. The following two links will show the same commit, the first using a SVN revision, and the second using a git hash:
http://zdoom.org/Changelog/4335/files
http://zdoom.org/Changelog/902f664/files
http://zdoom.org/Changelog/4335/files
http://zdoom.org/Changelog/902f664/files
-
-
- Posts: 17478
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: ZDoom on GitHub
Will the "Programmer's Corner" section on the wiki be updated to reflect the new Git stuff?
-
-
- Posts: 17478
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: ZDoom on GitHub
Why is there a doomtech repository on Github? Who's maintaining that one? For a while, I was relying on that repo until I read some forum posts and found out the real repositories for ZDoom and GZDoom.
-
- Lead GZDoom+Raze Developer
- Posts: 49203
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: ZDoom on GitHub
That was a mirror of the SVN repositories. No idea who maintained it.
-
-
- Posts: 17937
- Joined: Fri Jul 06, 2007 3:22 pm
Re: ZDoom on GitHub
Doomtech is maintained by AlexMax.
It was to mirror the SVN repository, so do not expect it to be updated anymore for ZDoom and GZDoom.
It was to mirror the SVN repository, so do not expect it to be updated anymore for ZDoom and GZDoom.
-
-
- Posts: 17478
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: ZDoom on GitHub
I guess it's also because searching for "gzdoom" on Github's search bar doesn't reveal Graf's repo.
-
- Posts: 555
- Joined: Thu Aug 06, 2009 4:00 am
- Location: Finland
Re: ZDoom on GitHub
re: intelligble version numbers: you can tag a changeset as 'initial' or something like that and get git to calculate a 'revision number' as the amount of commits since this initial changeset, see `git describe`
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
Re: ZDoom on GitHub
We already do that.Nightfall wrote:git describe
-
- Posts: 2856
- Joined: Tue Jun 21, 2005 1:16 pm
- Location: Ireland
Re: ZDoom on GitHub
At the risk of sounding like an idiot:
Does this mean an end to pre-built interim releases (like on the DRDTeam repo)? What are the implications for those of us who have no knowledge/means of compiling our own? Given the timescale between official builds these days, I'm more than a little concerned. For anyone not modding the port itself, this does strike me as something of a palaver.
Does this mean an end to pre-built interim releases (like on the DRDTeam repo)? What are the implications for those of us who have no knowledge/means of compiling our own? Given the timescale between official builds these days, I'm more than a little concerned. For anyone not modding the port itself, this does strike me as something of a palaver.
-
- Posts: 5038
- Joined: Sun Nov 14, 2010 12:59 am
Re: ZDoom on GitHub
DRD Team site still provides unofficial builds; the move to Git didn't change that.
-
-
- Posts: 17478
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: ZDoom on GitHub
You're actually getting more frequent interim releases at DRDTeam now because Blzut3 is using an automated build system.
-
-
- Posts: 26816
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: ZDoom on GitHub
If all you are doing is downloading the source and compiling it, SVN and Git represent much the same level of "palaver" as each other. To do it properly, both require you to to have some software installed to download the contents of the repository (and manage downloading updates to it). Other than the fact that the software required is a different program for the two systems, that's about it. You download the source using the interface software and then compile the source.scalliano wrote:For anyone not modding the port itself, this does strike me as something of a palaver.
As Nash said, thanks to Blzut3, the builds of ZDoom and GZDoom on DRD are now being handled by a "nightly" (ytzmv*) automated build system so changes usually make it into a build more quickly than before (when builds usually relied on me having time to make a build after checking the repository manually).
*your time zone may vary

-
- Posts: 2856
- Joined: Tue Jun 21, 2005 1:16 pm
- Location: Ireland
Re: ZDoom on GitHub
Right, I get you. Thanks, I was worried that I would have to swot up on Git and compiling before I could update again. I've never compiled anything other than ACS before.
-
-
- Posts: 17937
- Joined: Fri Jul 06, 2007 3:22 pm
Re: ZDoom on GitHub
The fun thing is that you can still use a Subversion client with GitHub: https://github.com/blog/966-improved-su ... nt-support