[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

broken file:// URLs with 0.9.27?

From: Robert Sauer <dave.loper_at_web.de>
Date: 2005-02-03 09:51:46 CET

Hi,

after upgrading to 0.9.27 this morning I am basically unable to use SVN
anymore, as it seems to choke on file:// URLs like

 file:///f:/svn/trunk

Using exactly this URL with svn.exe (1.1.3) works like a charm, same
with 0.9.25 previously.

The recurring exception is

[snip]
java.lang.ArrayIndexOutOfBoundsException: 0
    at
org.tigris.subversion.svnclientadapter.SVNUrl.parseUrl(SVNUrl.java:90)
    at org.tigris.subversion.svnclientadapter.SVNUrl.<init>(SVNUrl.java:45)
    at
org.tigris.subversion.subclipse.ui.wizards.ConfigurationWizardMainPage.validateFields(ConfigurationWizardMainPage.java:428)
    at
org.tigris.subversion.subclipse.ui.wizards.ConfigurationWizardMainPage.access$2(ConfigurationWizardMainPage.java:419)
    at
org.tigris.subversion.subclipse.ui.wizards.ConfigurationWizardMainPage$1.handleEvent(ConfigurationWizardMainPage.java:141)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at ...
[/snip]

Could somebody please confirm or provide instructions?

Many thanks in advance,
Robert
Received on Thu Feb 3 19:51:46 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.