Open main menu

CDOT Wiki β

Changes

Delta debugging framework

1,558 bytes added, 22:38, 3 October 2006
Project Task List
<tr>
<td colspan="5"><strong>Subversion (SVN) Repository</strong> ([http://subversion.tigris.org/ http://subversion.tigris.org/], [http://svnbook.red-bean.com/nightly/en/index.html http://svnbook.red-bean.com/nightly/en/index.html]) </td> </tr>  <tr> <td>Query SVN repository for revision history</td> <td>Everytime a user commits with svn, the revision number is incremented. Your mission is to find the relevant commands that will return all of the changes that were committed between 2 different revision numbers. How is this data stored? formatted? what meta-data is available? How can we parse this data into usable format? </td> <td>TBD.</td> <td>TBD.</td> <td>Incomplete.</td> </tr>  <tr> <td>Query SVN repository for differences between revisions</td> <td>Your mission is to find out the relevant commands that can return the differences between two revisions, the meta-data that is kept with each revision, how differences between two revisions are stored and formatted, and how this data can be parsed into a usable form for our project (wrapper?).</td> <td>TBD.</td> <td>TBD.</td> <td>Incomplete.</td> </tr>  <tr> <td>SVN revert between revisions</td> <td>Your mission is to find out the relevant commands that can revert changes in the local sandbox to earlier revisions so that the changeset in the revision can be tested.</td> <td>TBD.</td> <td>TBD.</td> <td>Incomplete.</td> </tr>   <tr> <td colspan="5"><strong>CVS/Mozilla Bonsai</strong> ([http://www.mozilla.org/bonsai.html http://www.mozilla.org/bonsai.html]) <br />You can do these tasks by trying to interpret the Bonsai source code yourself, or preferably by finding a person who has intimate knowledge of the Bonsai source code and asking them.
</td>
</tr>
1
edit