SVN URL out of date

Post Reply
Jake
A regular
A regular
Posts: 52
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed May 28, 2014 9:20 pm

SVN URL out of date

Post by Jake »

This is aimed at nfo staff, but the svn url is outdated on garrysmod servers for the ULib and ULX addons in the easy setup page. They were updated by the team and will no longer work at the new year.

New Repos:
ULX
SVN: https://github.com/TeamUlysses/ulx.git/trunk

ULib
SVN: https://github.com/TeamUlysses/ulib.git/trunk
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: SVN URL out of date

Post by Edge100x »

We updated this in our control panel awhile back.

SVN is picky, though; it doesn't allow the URL to be changed. To get the updates to your server, you'll need to wipe (or rename) your old folders entirely and then download the new ones from scratch.
Jake
A regular
A regular
Posts: 52
Joined: Wed May 28, 2014 9:20 pm

Re: SVN URL out of date

Post by Jake »

Ah ok, I've removed mine and the new reinstalled ones seem to be up to date.

The url seems to stick in the control panel with the method I use to "check" the url:
1. Set new repo to "addon: ULib"
2. Commit changes
3. Reload the page
4. Change "addon: ULib" to "Custom..." and notice that the SVN URL is set to "https://github.com/TeamUlysses/ulib/trunk" which is the out of date page.

After that I did a little digging and found the corresponding JS that adds the row, along with the custom function synopsis.
gmodAddRow(1,0,'ULib','https://github.com/TeamUlysses/ulib/tru ... ib','addon', false)

function gmodAddRow (which, type, install, url, folder, gtype, disabled)

Just a bit confusing, I guess the new url is set somewhere on up the line.
Post Reply