Subversive connectors not working with newest Ganymede update - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T04:26:16Z http://stackoverflow.com/feeds/question/139055 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/139055/subversive-connectors-not-working-with-newest-ganymede-update 5 Subversive connectors not working with newest Ganymede update Paweł Krupiński 2008-09-26T12:18:09Z 2008-12-11T21:21:00Z <p>I'm using Subversive plugin in Ganymede, but after today's update it stopped working - it just doesn't see any valid svn connectors (I've already been using 1.2.0 dev version of SVNKit, instead of a stable one, because Subversive / Ganymede could not handle it; now it can't handle even the dev one). Any ideas how to make it work? Are subversive guys releasing a new version of their plugin / connectors soon?</p> http://stackoverflow.com/questions/139055/subversive-connectors-not-working-with-newest-ganymede-update/139160#139160 0 Answer by Paul Dixon for Subversive connectors not working with newest Ganymede update Paul Dixon 2008-09-26T12:35:32Z 2008-09-26T12:35:32Z <p>I'm using <a href="http://subclipse.tigris.org/" rel="nofollow">Subclipse</a> in Ganymede successfully, maybe could you switch? I do recall having problems with SvnKit also, I'm using the JavaHL client.</p> http://stackoverflow.com/questions/139055/subversive-connectors-not-working-with-newest-ganymede-update/139421#139421 0 Answer by Paweł Krupiński for Subversive connectors not working with newest Ganymede update Paweł Krupiński 2008-09-26T13:12:52Z 2008-09-26T13:12:52Z <p>I could, but Subversive is (or at least was) better in handling file moves in Eclipse (it links it in svn keeping the update history instead of just deleting and adding the file).</p> http://stackoverflow.com/questions/139055/subversive-connectors-not-working-with-newest-ganymede-update/143379#143379 8 Answer by rjray for Subversive connectors not working with newest Ganymede update rjray 2008-09-27T10:33:50Z 2008-09-27T10:33:50Z <p>I had a similar problem right after the update. It turned out that I had been getting the connectors (the base connector and both the SVNKit and JavaHL connectors) from the Polarion site that had "ganymede" in the URL. Instead, I should have been using the general URL.</p> <p>Checking my current configuration, you should be using this update URL:</p> <pre><code>http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/ </code></pre> <p>The one I had been using, that should be deprecated if you are using it, is:</p> <pre><code>http://www.polarion.org/projects/subversive/download/eclipse/2.0/ganymede-site/ </code></pre> <p>Note the difference. Once I changed that, I was able to download the 2.0.3 versions of the connectors, and Subversion again worked for me.</p> http://stackoverflow.com/questions/139055/subversive-connectors-not-working-with-newest-ganymede-update/360985#360985 0 Answer by Bret Wortman for Subversive connectors not working with newest Ganymede update Bret Wortman 2008-12-11T21:21:00Z 2008-12-11T21:21:00Z <p>Any idea how to get the connectors from a computer that isn't connected to the internet? The lack of an archived update site for these is really a problem for me. Is there a way to download the .jar files and install them manually?</p>