Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #16  
Old 01-11-2013, 05:11 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

Quote:
Originally Posted by KLS View Post
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 =/
poking around, probably the best bet is to set a day to convert (or maybe whenever your cmake branch is done) and merge the cmake branch to trunk and just do: svn2git http://projecteqemu.googlecode.com/svn --nobranches --notags --revision #

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)
Reply With Quote
  #17  
Old 01-13-2013, 02:03 AM
Amer
Fire Beetle
 
Join Date: Nov 2009
Posts: 4
Default

I'm also excited about this project possibly moving to git. Great news!
Reply With Quote
  #18  
Old 01-17-2013, 06:44 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

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 =
akkadius1ATgmail.com =
AndMetal =
andrew80kATgmail.com =
Angelox22 =
bad.captain01ATgmail.com =
bad.captain01 =
caryatisjrATgmail.com =
Caryatisjr =
cavedude00 =
congdarATgmail.com =
congdar =
Congdar =
DerisionEQATgmail.com =
DerisionEQ =
espause0703ATgmail.com =
espause0703 =
gmt2001ATgmail.com =
jaredbATdaerma.com =
jeremiah.oligarioATgmail.com =
josheb238ATgmail.com =
kayen85ATgmail.com =
KimmySpriteATgmail.com =
KimmySprite =
leere.nichtsATgmail.com =
mikeseveian =
queluum =
realityincarnateATyahoo.com =
retired.ninjaATgmail.com =
ringdahl.danATgmail.com =
rogean =
Rogean =
romai1337 =
sorvaniATgmail.com =
uleat.charismataATgmail.com =
weissresATgmail.com =
weissres =
These are all the authors according to svn log (replaced @ with AT for people sniffy email reasons)

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>
Reply With Quote
  #19  
Old 01-17-2013, 10:45 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

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.
Reply With Quote
  #20  
Old 01-18-2013, 12:56 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

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.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #21  
Old 01-30-2013, 06:37 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

And Git for VS was announced :P

http://channel9.msdn.com/posts/GitForVisualStudioTFS
Reply With Quote
  #22  
Old 01-30-2013, 07:08 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

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.
Reply With Quote
  #23  
Old 02-05-2013, 03:09 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

Quote:
Originally Posted by KLS View Post
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.
Why not just create a tag for each time you want to mark where the DB is up to on the server repo?
Reply With Quote
  #24  
Old 02-05-2013, 08:30 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

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.
Reply With Quote
  #25  
Old 02-05-2013, 08:36 PM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Quote:
Originally Posted by KLS View Post
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.
Wait, you don't want to play mommy and clean up after the kids?
Reply With Quote
  #26  
Old 02-15-2013, 05:24 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Thinking we will be moved over in the next week or so (hoping to do it this weekend).
Reply With Quote
  #27  
Old 02-16-2013, 07:14 PM
brainiac2k
Fire Beetle
 
Join Date: Feb 2013
Posts: 6
Default

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.
Reply With Quote
  #28  
Old 02-16-2013, 07:15 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

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.
Reply With Quote
  #29  
Old 02-16-2013, 07:35 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:27 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3