Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Bear in mind that Subversive doesn't communicate with your working copy directly; it is only an interface for Eclipse. The communication runs through an SVN connector such as SVNKit or JavaHL. This is the software you should update to resolve your problem.</p> <p>In my case I'm using SVNKit, which can be updated like so:</p> <ol> <li>Make sure Eclipse's update sites are pointing to <a href="http://www.polarion.com/products/svn/subversive/download.php" rel="noreferrer">Polarion's recommendations</a>. Here's what my update sites look like: <img src="https://i.stack.imgur.com/lWqbn.png" alt="Subversive"></li> <li>You'll need the latest version of Subversive SVN Connectors, so make sure the Subversive update site is enabled and let Eclipse check for updates through <em>Help</em>, <em>Check for updates</em>. <ul> <li>Check Eclipse's Installation Details to confirm that you've got Subversive SVN Connectors version <code>2.3.0.I20120413-1700</code> or later. To do so, go to <em>Help</em>, <em>About</em>, then click "Installation details".</li> <li>If you haven't gotten a new version, you might need to uninstall the old one, and grab the new one from the Subversive update site.</li> </ul></li> <li>Now you may update SVNKit. Select <em>Help</em>, <em>Install new software</em> to bring up the software installation window.</li> <li>Select the latest SVNKit (as of this writing, 1.7.4) and install it. <img src="https://i.stack.imgur.com/rQLrQ.png" alt="Installing SVNKit 1.7.4"></li> <li>Restart Eclipse.</li> </ol> <p>If Subversive is using the wrong connector after restarting Eclipse, select the right newest one from the preferences screen (under Preferences, select <em>Team</em>, <em>SVN</em> then click the tab "SVN Connectors").</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload