PDA

View Full Version : Where is Source after version 1129?


thepoetwarrior
02-12-2009, 10:57 PM
I notice we stopped getting updates on the download page of http://eqemulator.net/download.php and the last version there is 1129, which is what I been running for a very very long time now.

I found the executables at the website http://code.google.com/p/projecteqemu/downloads/list but that is for windows version.

http://www.eqemulator.net/forums/showthread.php?t=26376 and http://www.eqemulator.net/forums/showthread.php?t=26428 talk about using SVN but I dont know anything about that. I saw a command posted for Linux to use svn or svn --help but Debian Linux says unknown command.

I don't see any sticky threads either making this obvious where to get the updated source. Could someone be nice enough to help?

cavedude
02-12-2009, 11:31 PM
Try apt-get install subversion. Then, the syntax is simply svn co <address>

thepoetwarrior
02-12-2009, 11:50 PM
apt-get worked!

What <address> do I put after svn co?

I appreciate your help.

cavedude
02-13-2009, 12:11 AM
svn co http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer should be exactly what you need.

Andrew80k
02-13-2009, 12:22 AM
Try here:

http://code.google.com/p/projecteqemu/source/checkout

Hint: click on the link, don't use it as the address

thepoetwarrior
02-13-2009, 11:15 AM
Thanks VERY much!

thepoetwarrior
02-13-2009, 11:19 AM
I have a lot of "Required SQL" to catch up on since version 1129. Time to see all the fixes described in changelog.txt. You guys rock!