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

svn on non 80 port

From: Teliot Al'Kundarsa <teliot_at_teliot.com>
Date: 2005-08-16 00:19:53 CEST

while running subversion on my fedora box using port 80 eclipse dosent have an issue at all,, when i switch it to port 8080 i can still browse the repositorys in eclipse but i cant synchronize,,, heres the eclipse error log for the issue

java.lang.StringIndexOutOfBoundsException: String index out of range: -1
 at java.lang.String.substring(Unknown Source)
 at org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.collectInformedStatuses(StatusAndInfoCommand.java:149)
 at org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.execute(StatusAndInfoCommand.java:58)
 at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.findChanges(SVNWorkspaceSubscriber.java:239)
 at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:217)
 at org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:194)
 at org.eclipse.team.internal.ui.synchronize.RefreshSubscriberJob.run(RefreshSubscriberJob.java:290)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

errors when using http://10.0.2.4:8080/repository/projects or when i put in the domain name.
works fine with port 80 but isp blocks it :(
Received on Tue Aug 16 08:19:53 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.