Difference between revisions of "2008 Refactor Project"

From VDrift
Jump to: navigation, search
(New page: ==Overview== Hacking on VDrift has been getting harder and harder. Each new feature that is added requires more work and makes it that much more difficult to add the next feature. So, a ma...)
 
Line 3: Line 3:
  
 
==Trying out the refactor==
 
==Trying out the refactor==
The refactor uses the same data repository, so use the existing information on [[Getting_the_development_version#Checking_out_the_data|checking out the data]].  If you have already checked out the data, simply update from SVN to ensure you're up to date.
+
The refactor uses the same data repository as the trunk, so use the existing information on [[Getting_the_development_version#Checking_out_the_data|checking out the data]].  If you have already checked out the data, simply update from SVN to ensure you're up to date.
  
 
Use the normal SVN checkout procedure as explained in [[Getting_the_development_version]], but use the following SVN path for the code:
 
Use the normal SVN checkout procedure as explained in [[Getting_the_development_version]], but use the following SVN path for the code:
 +
 
http://svn.vdrift.net/repos/vdrift/branches/refactor2008
 
http://svn.vdrift.net/repos/vdrift/branches/refactor2008

Revision as of 16:05, 26 July 2008

Overview

Hacking on VDrift has been getting harder and harder. Each new feature that is added requires more work and makes it that much more difficult to add the next feature. So, a major code refactor/rewrite was begun in April 2008. One side effect of this effort is that any new bugs or feature suggestions will be put in the issues system as future "to do" items and probably won't be addressed until after the refactor is complete.

Trying out the refactor

The refactor uses the same data repository as the trunk, so use the existing information on checking out the data. If you have already checked out the data, simply update from SVN to ensure you're up to date.

Use the normal SVN checkout procedure as explained in Getting_the_development_version, but use the following SVN path for the code:

http://svn.vdrift.net/repos/vdrift/branches/refactor2008