Page 1 of 1
"Recent SVN activity" links updates
Posted: Wed Jul 03, 2013 19:57
by Blue Shadow
Could the "log of recent SVN activity" links for GZDoom, ZDoom and ACC be updated to link to their new respective repositories on GitHub?
Re: "Recent SVN activity" links updates
Posted: Thu Jul 04, 2013 14:43
by Enjay
I won't get a chance to do it until the weekend but that should, of course, be done. Thanks for spotting it and reporting it.
Re: "Recent SVN activity" links updates
Posted: Thu Jul 04, 2013 23:04
by Tiger
Perhaps I could try to update it (try), but I would need the new direct and absolute links.
Re: "Recent SVN activity" links updates
Posted: Fri Jul 05, 2013 21:07
by Enjay
Changes should be made to c-include.php in the svn folder of the site.
I think the correct links are:
https://github.com/rheit/zdoom
https://github.com/coelckers/gzdoom
I've tried editing the file myself but, when I do, I get syntax errors on trying to load the various SVN pages in Firefox. I'm not sure why because I have been able to edit the file before and I'm only copy/pasting the new addresses into the exact same places in the file where the old addresses are and the php file loads OK from my desktop in Firefox. Obviously I'm missing something though.

Any ideas?
Re: "Recent SVN activity" links updates
Posted: Sat Jul 06, 2013 0:10
by Rachael
Make sure that the \" \" encapsulators are intact. Don't remove the \ because then PHP does not know that it's supposed to be an escaped quotation mark, and will treat it like a string terminator.
Another thing you can do is use the following syntax:
Code: Select all
$variable = ?><use lots of raw HTML here><?php
Funny as it may sound, PHP is the kind of language that will treat that as a valid string, rather than forcing it to output to the page. As anti-intuitive as that can be, that can be very useful when you're bungling up with syntax errors until you get used to viewing it as an escaped sequence.
Re: "Recent SVN activity" links updates
Posted: Sat Jul 06, 2013 0:36
by Blue Shadow
Re: "Recent SVN activity" links updates
Posted: Sat Jul 06, 2013 10:45
by Enjay
Thanks to you both. The problem was indeed that I was removing the trailing \ when pasting the new links in. Those links to the commits pages are much better than the links that I was using too. I think that it is all working as intended now.
BTW, I didn't touch the Mac GZDoom because it points to a google code page. However, I don't see the Mac GZDoom listed in the menus either. Is this correct?
In addition, I think that we can probably remove this page:
http://svn.drdteam.org/page.php?page=named
The information is out of date (ie relates to SVN) and there isn't much to say about the newer names (ie they just use the number generated by Git to identify them). Thoughts?
Re: "Recent SVN activity" links updates
Posted: Sat Jul 06, 2013 22:52
by Blue Shadow
Enjay wrote:I think that it is all working as intended now.
Indeed it is. Thanks!
Re: "Recent SVN activity" links updates
Posted: Sun Jul 07, 2013 17:20
by Gez
Enjay wrote:BTW, I didn't touch the Mac GZDoom because it points to a google code page. However, I don't see the Mac GZDoom listed in the menus either. Is this correct?
GZDoom for Mac OS X is a separate port, which is different from compiling on the OS X the normal GZDoom.
Re: "Recent SVN activity" links updates
Posted: Mon Jul 08, 2013 13:03
by Rachael
Enjay wrote:In addition, I think that we can probably remove this page:
http://svn.drdteam.org/page.php?page=named
The information is out of date (ie relates to SVN) and there isn't much to say about the newer names (ie they just use the number generated by Git to identify them). Thoughts?
It would probably just be better if the page were updated. The page points here:
http://forum.drdteam.org/viewtopic.php?f=47&t=3962
Any updates you make to the first post on that thread should reflect on the page. I think your post from
http://forum.drdteam.org/viewtopic.php?f=54&t=6118 would fit well in here.
Re: "Recent SVN activity" links updates
Posted: Mon Jul 08, 2013 20:02
by Enjay
Yes, of course, that makes sense. The post has been updated and the old one copied to later in the thread just for the sake of a record (not that it is really needed). Thanks.
Re: "Recent SVN activity" links updates
Posted: Sun Jul 14, 2013 22:37
by Rachael
You are welcome.

Re: "Recent SVN activity" links updates
Posted: Sat Dec 14, 2013 10:45
by Blue Shadow
Sorry for the bump, but it's related to the subject.
The link to mancubus.net for SLADE's repository is down. Not sure if it'll come back up. But I think that's irrelevant, since SLADE is hosted on GitHub already. Here is the link to its repository there:
https://github.com/sirjuddington/SLADE/commits/master