MegaTunix has moved to Git for version control

Questions specific to Megatunix - alternate tuning software that runs on unix and windows.
Note that Megatunix is obsolete.

Moderator: djandruczyk

Post Reply
djandruczyk
MS/Extra Guru
Posts: 1210
Joined: Fri May 07, 2004 6:55 pm
Location: Rochester, NY, U.S.A.
Contact:

MegaTunix has moved to Git for version control

Post by djandruczyk »

Thanks to some pressure to get out of the stone age from the kind folks on ##megasquirt, I've moved MegaTunix version control over to Git, CVS is NO LONGER TO BE USED, and has been removed from view on sourceforge..


To follow along:
mkdir git
cd git
git clone git://github.com/djandruczyk/MegaTunix.git
cd MegaTunix
./autogen.sh
./configure
make
sudo make install
Last edited by djandruczyk on Sun Sep 19, 2010 5:49 pm, edited 3 times in total.
Reason: fixed missing step
David J. Andruczyk
MegaTunix author. The only non-java cross platform tuning software for MS-I/II hardware.
Where to get and how to install:
http://msextra.com/viewtopic.php?t=23080
http://sourceforge.net/projects/megatunix
Quan-Time
Helpful MS/Extra'er
Posts: 130
Joined: Sat Feb 02, 2008 9:21 pm

Re: MegaTunix has moved to Git for version control

Post by Quan-Time »

Q: Can i now safely delete my CVS/MegaTunix directory ?

Q: Will i ever need to change branch for newer versions ?

Q: Can i update my own patches / ideas to the github ?

Q: Will you be my valentine ?
join the (non official) Megasquirt IRC chat channel
##megasquirt @ irc.freenode.net
http://webchat.freenode.net/?channels=% ... irt&uio=d4 - click here to join live via java web-client, its instant !
http://www.msefi.com/viewtopic.php?f=92 ... de#p204682
djandruczyk
MS/Extra Guru
Posts: 1210
Joined: Fri May 07, 2004 6:55 pm
Location: Rochester, NY, U.S.A.
Contact:

Re: MegaTunix has moved to Git for version control

Post by djandruczyk »

Quan-Time wrote:Q: Can i now safely delete my CVS/MegaTunix directory ?

Q: Will i ever need to change branch for newer versions ?

Q: Can i update my own patches / ideas to the github ?

Q: Will you be my valentine ?
1:Yes, 2:probably not, unless i'm doing parallel dev on something really experimental. 3:you can with your own fork on github. Fred can provide info on how to do this as he's better than me regarding GIT. 4: No
David J. Andruczyk
MegaTunix author. The only non-java cross platform tuning software for MS-I/II hardware.
Where to get and how to install:
http://msextra.com/viewtopic.php?t=23080
http://sourceforge.net/projects/megatunix
cewjim
MS/Extra Newbie
Posts: 18
Joined: Fri Sep 17, 2010 10:38 am

Re: MegaTunix has moved to Git for version control

Post by cewjim »

The git link above seems to be broken.

Have a great day,
Jim
djandruczyk
MS/Extra Guru
Posts: 1210
Joined: Fri May 07, 2004 6:55 pm
Location: Rochester, NY, U.S.A.
Contact:

Re: MegaTunix has moved to Git for version control

Post by djandruczyk »

cewjim wrote:The git link above seems to be broken.

Have a great day,
Jim
Link updated

git://github.com/djandruczyk/MegaTunix.git
David J. Andruczyk
MegaTunix author. The only non-java cross platform tuning software for MS-I/II hardware.
Where to get and how to install:
http://msextra.com/viewtopic.php?t=23080
http://sourceforge.net/projects/megatunix
Post Reply