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

Problems w/Team->Update

From: Øyvind Harboe <oyvind.harboe_at_zylin.com>
Date: 2005-11-07 13:32:27 CET

Using Subclipse 0.9.37. The problem also existed before I upgraded
today.

When I tried Team->Update, I got this error message. After trying
JavaHL/JavaSVN a couple of times, the update finally went through.

In the expression "(, read X (65535)", I've replaced a non-printable
char w/X to be able to post the exception.

org.tigris.subversion.svnclientadapter.SVNClientException:
org.tigris.subversion.javahl.ClientException: network data doesn't match
template, expected (, read X (65535)
        at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.update(AbstractJhlClientAdapter.java:841)
        at
org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(UpdateResourcesCommand.java:74)
        at
org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(UpdateOperation.java:63)
        at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:68)
        at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
        at
org.tigris.subversion.subclipse.ui.subscriber.UpdateSynchronizeOperation.run(UpdateSynchronizeOperation.java:100)
        at
org.tigris.subversion.subclipse.ui.subscriber.SVNSynchronizeOperation.run(SVNSynchronizeOperation.java:59)
        at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:146)
        at org.eclipse.team.internal.ui.actions.JobRunnableContext
$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
        at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Caused by: org.tigris.subversion.javahl.ClientException: network data
doesn't match template, expected (, read X (65535)
        at
org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:414)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1141)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.update(SVNClientImpl.java:346)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.update(SVNClientImpl.java:359)
        at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.update(AbstractJhlClientAdapter.java:836)
        ... 10 more
Received on Mon Nov 7 23:32:27 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.