|  | <?php | 
|  | set_include_path($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common" . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] . "/projects" . PATH_SEPARATOR . get_include_path()); | 
|  | require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); | 
|  | require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); | 
|  | require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); | 
|  | $App = new App(); | 
|  | $Nav = new Nav(); | 
|  | $Menu = new Menu(); | 
|  | include($App->getProjectCommon()); | 
|  | # All on the same line to unclutter the user's desktop' | 
|  |  | 
|  | #***************************************************************************** | 
|  | # | 
|  | # downloads.php | 
|  | # | 
|  | # Author: 		Igor Vinnykov | 
|  | # Date:			2007-11-16 | 
|  | # | 
|  | # Description: Primary download page | 
|  | # | 
|  | # | 
|  | #**************************************************************************** | 
|  |  | 
|  | # | 
|  | # Begin: page-specific settings.  Change these. | 
|  | $pageTitle 		= "Eclipse Subversive - IP Log"; | 
|  | $pageKeywords	= "Subversive, Subversion, SVN, Team Provider IP Log"; | 
|  | $pageAuthor		= "Igor Vinnykov"; | 
|  |  | 
|  | include("_projectCommon.php");    # All on the same line to unclutter the user's desktop' | 
|  |  | 
|  | # Paste your HTML content between the EOHTML markers! | 
|  | $html = <<<EOHTML | 
|  |  | 
|  | <STYLE TYPE="text/css"> | 
|  | table { | 
|  | border-collapse: collapse; | 
|  | } | 
|  | td { | 
|  | border: 0px; | 
|  | padding: 0px; | 
|  | } | 
|  | .datatable tr { | 
|  | vertical-align: top; | 
|  | } | 
|  | .datatable td { | 
|  | border: 1px solid #666699; | 
|  | padding: 3px 10px 3px 10px; | 
|  | } | 
|  | .datatable th { | 
|  | white-space: nowrap; | 
|  | text-align: left; | 
|  | background-color: #666699; | 
|  | color: #FFFFFF; | 
|  | font-weight: bold; | 
|  | border: 1px solid #666699; | 
|  | padding: 3px 10px 3px 10px; | 
|  | } | 
|  | </STYLE> | 
|  |  | 
|  | <div id="midcolumn"> | 
|  | <table width="100%" cellpadding="0" cellspacing="0" border="0"> | 
|  | <tr> | 
|  | <td width="100%"> | 
|  | <h1>IP Log for technology.subversive</h1> | 
|  | <h2>Indigo Release, June 2011</h2> | 
|  | </td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td> | 
|  | <h2>Licenses</h2> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <ul> | 
|  | <li>Eclipse Public License v1.0</li> | 
|  | </ul> | 
|  | </td> | 
|  | </tr> | 
|  |  | 
|  |  | 
|  | <tr> | 
|  | <td> | 
|  | <h2>Third-Party Code</h2> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <table class="datatable" cellpadding="0" cellspacing="0"> | 
|  | <tr> | 
|  | <th>CQ</th> | 
|  | <th>Third-Party Code</th> | 
|  | <th>License</th> | 
|  | <th>Use</th> | 
|  | </tr> | 
|  | <tr> | 
|  | <td colspan="4" align="center"> | 
|  | (no third-party dependencies) | 
|  | </td> | 
|  | </tr> | 
|  | </table> | 
|  | </td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td> | 
|  | <h2>Pre-Req Dependencies</h2> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <table class="datatable" cellpadding="0" cellspacing="0"> | 
|  | <tr> | 
|  | <th>CQ</th> | 
|  | <th>Third-Party Code</th> | 
|  | <th>License</th> | 
|  | <th>Dependencies</th> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3358">3358</a></td> | 
|  | <td>Subversion 1.6.2</td> | 
|  | <td>Apache Software License 1.1</td> | 
|  | <td nowrap="true">exempt pre-req</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3359">3359</a></td> | 
|  | <td>Subversion 1.5.6</td> | 
|  | <td>Apache Software License 1.1</td> | 
|  | <td nowrap="true">exempt pre-req</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3360">3360</a></td> | 
|  | <td>SVNKit Version: 1.3.0</td> | 
|  | <td>TMate Open Source License</td> | 
|  | <td nowrap="true">works with</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3361">3361</a></td> | 
|  | <td>SVNKit Version: 1.2.3</td> | 
|  | <td>TMate Open Source License</td> | 
|  | <td nowrap="true">works with</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3362">3362</a></td> | 
|  | <td>Berkley DB Version: 4.1.25</td> | 
|  | <td>New BSD license, Sleepycat License (based on BSD)</td> | 
|  | <td nowrap="true">exempt prereq</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3363">3363</a></td> | 
|  | <td>APR Version: 1.2.12</td> | 
|  | <td>Apache License, 2.0</td> | 
|  | <td nowrap="true">exempt pre-req</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3364">3364</a></td> | 
|  | <td>APR-util Version: 1.2.12</td> | 
|  | <td>MIT license</td> | 
|  | <td nowrap="true">exempt pre-req</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3365">3365</a></td> | 
|  | <td>APR iconv Version: 1.2.1</td> | 
|  | <td>Modified BSD License (Attribution obligation in all advertising material)</td> | 
|  | <td nowrap="true">exempt pre-req</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3370">3370</a></td> | 
|  | <td>TriLead SSH-2 Version: build 213</td> | 
|  | <td>BSD License, MIT License, Custom MD5 license</td> | 
|  | <td nowrap="true">works with</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3371">3371</a></td> | 
|  | <td>JNA Version: 3.0.9</td> | 
|  | <td>GNU Library or 'Lesser' General Public License (LGPL) 2.1</td> | 
|  | <td nowrap="true">works with</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3638">3638</a></td> | 
|  | <td>SQLJet Version: 1.0.1</td> | 
|  | <td>GNU General Public License (GPL)</td> | 
|  | <td nowrap="true">works with</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3639">3639</a></td> | 
|  | <td>ANTLR Version: 3.1.3 Runtime</td> | 
|  | <td>New BSD license</td> | 
|  | <td nowrap="true">works with</td> | 
|  | </tr> | 
|  | </table> | 
|  | </td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td> | 
|  | <h2>Unused Approved Contributions</h2> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <table class="datatable" cellpadding="0" cellspacing="0"> | 
|  | <tr> | 
|  | <th>CQ</th> | 
|  | <th>Third-Party Code</th> | 
|  | <th>License</th> | 
|  | <th>Status</th> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1610">1610</a></td> | 
|  | <td>Javamail - smtp.jar Version: 1.4 (part of JavaMail (mailapi.jar) 1.4)</td> | 
|  | <td>Common Development and Distribution License</td> | 
|  | <td>obsolete: was used in the past but is not longer used</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1611">1611</a></td> | 
|  | <td>Javamail - mailapi.jar Version: 1.4</td> | 
|  | <td>Common Development and Distribution License</td> | 
|  | <td>obsolete: was used in the past but is not longer used</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1612">1612</a></td> | 
|  | <td>JavaBeans Activation Framework (JAF): activation.jar Version: 1.1 for JavaMail 1.4</td> | 
|  | <td>Common Development and Distribution License</td> | 
|  | <td>obsolete: was used in the past but is not longer used</td> | 
|  | </tr> | 
|  | </table> | 
|  | </td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td> | 
|  | <h2>Committers</h2> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <table class="datatable" cellpadding="0" cellspacing="0"> | 
|  | <tr> | 
|  | <th colspan="3" align="center"> | 
|  | Past and Present Active | 
|  | </th> | 
|  | </tr> | 
|  | <tr> | 
|  | <th>Name</th> | 
|  | <th>Organization</th> | 
|  | <th>Comment</th> | 
|  | </tr> | 
|  | <tr> | 
|  | <td>Igor Burilo</td> | 
|  | <td>Polarion</td> | 
|  | <td></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td>Alexei Goncharov</td> | 
|  | <td>Polarion</td> | 
|  | <td></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td>Alexander Gurov</td> | 
|  | <td>Polarion</td> | 
|  | <td></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td>Sergiy Logvin</td> | 
|  | <td>Polarion</td> | 
|  | <td></td> | 
|  | </tr> | 
|  | </table> | 
|  | </td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td> | 
|  | <table class="datatable" cellpadding="0" cellspacing="0"> | 
|  | <tr> | 
|  | <th colspan="3" align="center"> | 
|  | Never Active | 
|  | </th> | 
|  | </tr> | 
|  | <tr> | 
|  | <th>Name</th> | 
|  | <th>Organization</th> | 
|  | <th>Comment</th> | 
|  | </tr> | 
|  | <tr> | 
|  | <td>Michal Dobisek</td> | 
|  | <td>Polarion</td> | 
|  | <td></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td>Nick Entin</td> | 
|  | <td>Polarion</td> | 
|  | <td></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td>Alexey Mikoyan</td> | 
|  | <td>Polarion</td> | 
|  | <td></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td>Igor Vinnykov</td> | 
|  | <td>Polarion</td> | 
|  | <td></td> | 
|  | </tr> | 
|  | </table> | 
|  | </td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td> | 
|  | <h2>Contributors and Their Contributions</h2> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <table class="datatable" cellpadding="0" cellspacing="0"> | 
|  | <tr> | 
|  | <th>Bug</th> | 
|  | <th>Size</th> | 
|  | <th align="center">Description</th> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Yann Andenmatten (odyssey-group.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=311019">311019</a></td> | 
|  | <td nowrap>1.9K</td> | 
|  | <td>Unable to customize preferences when Subversive is embedded in an eclipse product<br/>Patch with the correction</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Benjamin Bentmann (udo.edu) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=303085">303085</a></td> | 
|  | <td nowrap>1.1K</td> | 
|  | <td>One slash in URL during Share Project<br/>Proposed patch</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Igor Burilo (polarion.org) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211415">211415</a></td> | 
|  | <td nowrap>6.9K</td> | 
|  | <td>Export History log<br> Patch which resolves this problem</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=245504">245504</a></td> | 
|  | <td>1.3K</td> | 
|  | <td>Extract from HistoryView fails if the folder has modification and modified children with greater names.<br> Patch which resolves this problem</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=245509">245509</a></td> | 
|  | <td>19.6K</td> | 
|  | <td>Improve extract log<br/>Patch which resolves this problem</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Thomas Champagne (gmail.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=217561">217561</a></td> | 
|  | <td>42.8K</td> | 
|  | <td>additional date formats for label decorations<br> Second patch</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Aurelien Couderc (free.fr) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=274961">274961</a></td> | 
|  | <td>622</td> | 
|  | <td>Bad trailing character after french translation "En attente"<br/>Patch to this trivial bug</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Nick Entin (polarion.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211236">211236</a></td> | 
|  | <td>5.3K</td> | 
|  | <td>Add 'Drag and Drop' listeners to the Subversive views<br/>This patch allows to drop local resources into properties view</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211236">211236</a></td> | 
|  | <td>11.3K</td> | 
|  | <td>Add 'Drag and Drop' listeners to the Subversive views<br/>This patch allows drag from repository tree, drop into properties view</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211236">211236</a></td> | 
|  | <td>16.7K</td> | 
|  | <td>Add 'Drag and Drop' listeners to the Subversive views<br>This patch allows drag and drop in repository tree.</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Igor Fedorenko (ifedorenko.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=266492">266492</a></td> | 
|  | <td>638</td> | 
|  | <td>FileUtility#getPathNodes is inefficient for large change sets<br/>Proposed fix</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Alexei Goncharov (polarion.org) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=210272">210272</a></td> | 
|  | <td>12.2K</td> | 
|  | <td>Compare after refactoring problems<br> The patch fixing the problems with compare of refactored resources.</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=210387">210387</a></td> | 
|  | <td>4.5K</td> | 
|  | <td>Error while representing the remote content of the folder with incorrect externals property.<br> Fixes the problem. Writes warning to the Error Log.</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=210797">210797</a></td> | 
|  | <td>9.0K</td> | 
|  | <td>Spellchecking support in Commit dialog and Add/edit commit tamplate is absent!<br> Patch adds the spelchecking top a commit dialog and add/edit comment tamplate autoproperty dialog without loosing verification support.</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211244">211244</a></td> | 
|  | <td>11.2K</td> | 
|  | <td>Make an Hyperlink in the comment clickable (eg. in the history view)<br/>Hyperlinks patch</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211418">211418</a></td> | 
|  | <td>1.6K</td> | 
|  | <td>Handling % in svn+ssh URLs<br/>Maybe a problem fix.</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Thomas Hallgren (tada.se) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=261413">261413</a></td> | 
|  | <td>1.4K</td> | 
|  | <td>o.e.team.svn.core has hard dependency to com.ibm.icu bundle<br/>Patch that replaces the dependency with package imports</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Stephan Herrmann (cs.tu-berlin.de) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=301045">301045</a></td> | 
|  | <td>1.8K</td> | 
|  | <td>Smarter handling of "trunk" in Subversive Fetch Factory<br/>improved patch (v2)</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Radoslaw Jozwik (interia.pl) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=279355">279355</a></td> | 
|  | <td>1.3K</td> | 
|  | <td>Check Out As Wizard not usable with keyboard.<br/>Changed mnemonics of Check Out As Wizard messages.</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Eugene Kuleshov (gmail.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=225884">225884</a></td> | 
|  | <td>1.1K</td> | 
|  | <td>Cleanup plug-in initialization<br/>patch</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Mike (machadolab.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=222669">222669</a></td> | 
|  | <td>3.4K</td> | 
|  | <td>Patch files created under subversive not compatible with patch program<br/>test patch that is broken</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Rob van Oostrum (polarion.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211236">211236</a></td> | 
|  | <td>7.9K</td> | 
|  | <td>Add 'Drag and Drop' listeners to the Subversive views<br/>The patch adds drag and drop ability for repository browser</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Steffen Pingel (tasktop.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=271931">271931</a></td> | 
|  | <td>1.1K</td> | 
|  | <td>SVNRemoteResourceRevision always returns content of latest revision<br/>fix</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Micha Riser (povworld.org) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=235764">235764</a></td> | 
|  | <td>5.1K</td> | 
|  | <td>JavaHLConnector creates a huge amount of short living threads<br/>improved patch</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=235764">235764</a></td> | 
|  | <td>5.0K</td> | 
|  | <td>JavaHLConnector creates a huge amount of short living threads<br/>patch for svn kit connector</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=317713">317713</a></td> | 
|  | <td>1.5K</td> | 
|  | <td>Deadlock in SVNKitConnector when ProgressMonitor implementation queries display thread.<br/>patch as promised in description</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Lars Vogel (gmail.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=282583">282583</a></td> | 
|  | <td>1.1K</td> | 
|  | <td>SelectProjectNamePage<br/>Patch 1</td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=282583">282583</a></td> | 
|  | <td>3.2K</td> | 
|  | <td>SelectProjectNamePage<br/>Patch2 - Uses Preferences</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | Shaoying Yang (compuware.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=273230">273230</a></td> | 
|  | <td>6.1K</td> | 
|  | <td>Possible bugs in Subversive Fetch Factory<br> Proposed patch to fix 3 problems</td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td colspan="3" style="background-color: #DDDDDD"> | 
|  | scheidtm (bayerbbs.com) | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=243678">243678</a></td> | 
|  | <td>9.1K</td> | 
|  | <td>butraq:logregex property display disgresses from specification<br> Patch to implement correct behaviour for bugtraq:logregex</td> | 
|  | </tr> | 
|  | </table> | 
|  | </td> | 
|  | </tr> | 
|  |  | 
|  | <tr> | 
|  | <td> | 
|  | <h2>Repositories</h2> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td> | 
|  | <p> | 
|  | The information contained in this log was generated by using commit information from the following repositories: | 
|  | </p> | 
|  | /technology/org.eclipse.subversive | 
|  | </td> | 
|  | </tr> | 
|  | </table> | 
|  | </div> | 
|  |  | 
|  | <div id="rightcolumn"> | 
|  | $sidebar | 
|  | </div> | 
|  |  | 
|  | EOHTML; | 
|  |  | 
|  |  | 
|  | # Generate the web page | 
|  | $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); | 
|  | ?> |