Any chance of a git/github migration?
Just wondering.
I realize that this project is older and so it's been on svn for a long while, but I would love to submit a lot of basic code clean up patches (since I love this project) but I don't bother because it's just not worth it for those tiny patches to jump through the hoops to get them to you guys. with a github setup it's pretty simple to do so. example simple fixes I'm talking about is in AA.cpp. lots of magic number things all over. aka, spell_id = <insert magic number here> None of which is a huge issue. It's not to bad to look up the values and figure out what they mean. But I would love to throw out a couple small patches fixing those minor things (ie, #define CELESTIAL_REGENERATION_2_ID 3250) these minor fixes aren't a huge deal but it makes it real easy to pull in more programmers when these tiny pulls can be done. sort of a 'toes in the water' type thing. |
Personally, I like the way github works more so than google code.
It's very easy to fork, and git pull requests are extremely useful. Also, it's nice to be able to see the amount of forks for a given project, and there are other small features that are just plain nice. |
Agreed.
I also like the issues and tracking capabilities. |
We'll be switching to a new vcs at some point after the CMake changes. We haven't decided exactly on the specifics other than it will either be Mercurial or Git.
Git is a bit more mature in some respects for the core but Mercurial has significantly better support on Windows. Also should point out: when we change we will also move off of google code instead of use their git/hg option. |
Awesome!
Anyone know how the support is for binary blobs in Mercurial? I would love to set up an auto download / build / confirmation script for building a linux vm image. ie, download this image and VirtualBox zip and your server works out of the box on a network. After that adding a simply script (python or something else simple) for modifying it for safety for using as a public-able server. |
Quote:
Personally I would say git, but that's only because I know it better, but I can learn hg as well! |
Rather lacking is the nice way of saying it. I've heard good things from people who have used it so far. I have a few more changes I want to do before I reintegrate the branch but shouldn't be long.
|
Another hopeful vote for GIT, it is getting better on windows pretty steadily. It has quite a few genuinely nice features overall.
Besides, how many serious servers use Windows? I am not trolling, im honestly curious. Gary |
How many serious developers use Windows? A lot.
There aren't many servers hosted on Windows though. It is vastly easier to develop and debug under though. Also I mention it as something to consider not as a deal breaker. |
Quote:
Linux and development tools designed for it are very powerful, and with experience with them, one can develop just as easily as someone with experience on Windows. Some of the most commonly used tools on Linux may not be quite as intuitive as their Window's counterparts, but there are more user-friendly tools out there. Even with the aforementioned tools an experienced developer can work quickly and efficiently. It's simply a matter of what you're most comfortable with. |
As a developer in a windows shop, let me tell you, we use git. It's passed the point where it was to painful to use on windows. That being said hg *is* still nicer to use on windows. not by a whole lot, but it is.
I just think the git ecosystem makes it superior to hg is all. github is a great example of why. Git Gui, giggle, tortoiseGit, git visual studio plugin, ect.. |
I think we'll probably go with git. Not sure if we're going to do a total repo conversion or just leave the old svn one up if someone wants to see the history. I've taken a crack at conversion and it is definitely not a quick process.
|
<squeeeee!>
|
Quote:
Just ran: Code:
$ git svn clone --stdlayout https://projectname.googlecode.com/svn projectname Code:
$ git remote add origin git@github.com:GITHUB_USERNAME/REPO_NAME.git http://git-scm.com/book/ch8-2.html https://help.github.com/articles/imp...rom-subversion Also: https://github.com/nirvdrum/svn2git would probably be better than what I did, but gentoo's svn2git appears to be a different project and after I emerged that it wouldn't work so I did what I posted above :P |
Yeah was using svn2git, but was taking a long time (45 minutes just for a handful of revisions on my admittedly slow Linux box). Problem is they are busy bees right now with RoF so wanna minimize disruption even for a few hours =/
|
Quote:
this will sadly throw away all the history, but we can always have that archived on Google Code. doing svn2git http://projecteqemu.googlecode.com/svn --nobranches --notags --revision 2389 took me 30 mins to get it up on github. (doing a full history preservation took probably almost 2 hours, and I had to do more work with deleting old branches that popped back up) |
I'm also excited about this project possibly moving to git. Great news!
|
another note on moving to git, if they do preserve the full history, it is probably a good idea to also fill out the authors.txt so the names show up nice and pretty instead of the automatic way svn2git does
Code:
3dDavidATgmail.com = Each should be filed out like, even the duplicate ones, since they are different and will be treated as such. Code:
bob = Bob Smith <bob.smith@example.com> |
Aye, saw that.
Currently in the setting up the organization on Github phase. Gonna merge CMake tomorrow I think then work on transitioning over the next week or two. |
BTW, a couple of months ago I went through the list of committers on the SVN and identified them all in the notes here:
http://code.google.com/p/projecteqemu/people/list Most are pretty obvious, but some of the usernames don't match the name they are known by for EQEmu. |
|
We're still coming up with a new scheme for the database updates before we can do anything on this front. Obviously by SVN revision isn't going to work on a DVCS.
Cavedude and I have been coming up with a separate database revisioning system. |
Quote:
|
Two reasons:
1) The system as it stands now is annoying as shit anyway. 2) I think by using tags what that really means is KLS has to continually tag things after people forgot. |
Quote:
|
Thinking we will be moved over in the next week or so (hoping to do it this weekend).
|
Btw I didn't see it mentioned, but the conversion is significantly faster if you clone the entire svn repo to your local disk first, and use that to convert instead.
|
I decided we wont be doing a full convert anyway since I want to reorganize a few things + get the big binaries out of the repo anyway.
I hope to have us switched over by the end of today. |
For anyone who is interested in knowing what the contrast will be between SVN and Git, read this:
http://blog.teamtreehouse.com/why-yo...version-to-git |
All times are GMT -4. The time now is 05:40 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.