![]() |
Cleaning up VDrift source tree - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: Cleaning up VDrift source tree (/showthread.php?tid=1416) |
Cleaning up VDrift source tree - thelusiv - 12-24-2010 Before we do another release, and move the source code to github, we should clean up any unused stuff. Moving time is always a great time to throw out old unwanted junk. ![]() Here's a list of things that haven't been touched in the source tree for a long time, and probably aren't used or aren't necessary any longer:
Please post how you feel about these changes. If you feel something in the list needs to stay where it is, please include a simple explanation why. - joevenzon - 12-24-2010 All OK to me. - NaN - 04-02-2011 @thelusiv: Any progress? I could move the repo to github if you're short on time. My user name is logzero. - antoniovazquez - 06-03-2011 NaN Wrote:@thelusiv: YEEES GITHUB! That would make things easier. If anyone of you create an account for this project I can help uploading code and data to github as it is very very big. Is it a good idea to move LICENSE.txt to docs folder? Thanks! - thelusiv - 06-10-2011 NaN Wrote:@thelusiv:Done! Sorry it took so freakin' long. - antoniovazquez - 06-10-2011 thelusiv Wrote:NaN Wrote:@thelusiv:Done! Sorry it took so freakin' long. Forked! - joevenzon - 06-10-2011 So, are we officially on Git now? Should I turn off the SVN code repo? - antoniovazquez - 06-10-2011 I don't know if I'm forking the right repo in github. Can anybody link the repo here? Thanks. - Timo 6 - 06-11-2011 Well all I can find is thelusiv's repo; https://github.com/fjwhittle/vdrift which is out of date and https://github.com/VDrift/vdrift with only a readme in. - joevenzon - 06-13-2011 Yeah, I guess I jumped the gun; thelusiv meant he granted NaN access, not that he transitioned the repo. - NaN - 06-14-2011 I've imported trunk from rev 2504(2009 release) + driver-training branch using svn2git: https://github.com/VDrift/vdrift To be able to compile you'll need bullet-devel. TODO: Import Art, Pacejka Editor, Track Editor repos. I think data can stay on sourceforge? - antoniovazquez - 06-14-2011 NaN Wrote:I've imported trunk from rev 2504(2009 release) + driver-training branch using svn2git: https://github.com/VDrift/vdrift Can we clone bullet from their repo? It would be nice to have data in github but i understand it is very big... - NaN - 06-14-2011 You can use latest bulllet Code: svn checkout http://bullet.googlecode.com/svn/trunk/ Code: scons extbullet=0 - Timo 6 - 06-14-2011 NaN Wrote:I think data can stay on sourceforge? I think that if possible we should have everything in the same place. - joevenzon - 06-14-2011 Let's keep data on sourceforge. DVCSs aren't that useful for binary files. |