PDA

View Full Version : Repo Move


KLS
02-16-2013, 08:33 PM
We've moved our primary repo from svn to git.

It can be found now at: https://github.com/EQEmu/Server

One thing of note is dependencies for windows are no longer included inside the repo. They are available at http://code.google.com/p/projecteqemu/downloads/list for the time being. Until I setup a better place for them at least. If you need one (eg: you're on windows) just download it and extract it to your server/dependencies folder.

Drajor
02-17-2013, 11:31 AM
I forked, cloned, DL'd dep's and built successfully on windows. Everything went smoothly. I was surprised at how fast the clone operation was compared to a SVN checkout.

zippzipp
02-17-2013, 12:59 PM
I also was able to fork and compile on linux no issues. Drajor, part of the reason the clone was faster than svn checkout is cause the dependencies for windows are not in there.

blackdragonsdg
02-18-2013, 01:12 AM
Maybe I just overlooked this but how are we suppose to know what revision the source code is on now? Do we use the sha number or something like date+release_order_number?

demonstar55
02-18-2013, 01:29 AM
There is no revision number, if you need one, the SHA is.

git describe will give you a more human readable form.