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

RE: Problems w/Team->Update

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2005-11-07 17:03:28 CET

Hello Oyvind,

The exception you've post is thrown by JavaSVN. JavaSVN debug log could help
to find the reason of the problem.

To enable JavaSVN debug logging, please change your
JAVA_HOME/jre/lib/logging.properties file so that level is set to FINEST.
Debug log will be saved to your user home directory.

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

> -----Original Message-----
> From: Oyvind Harboe [mailto:oyvind.harboe@zylin.com]
> Sent: Monday, November 07, 2005 13:32
> To: users@subclipse.tigris.org
> Subject: Problems w/Team->Update
>
> 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.AbstractJhlClien
> tAdapter.update(AbstractJhlClientAdapter.java:841)
> at
> org.tigris.subversion.subclipse.core.commands.UpdateResourcesC
> ommand.run(UpdateResourcesCommand.java:74)
> at
> org.tigris.subversion.subclipse.ui.operations.UpdateOperation.
> execute(UpdateOperation.java:63)
> at
> org.tigris.subversion.subclipse.ui.operations.RepositoryProvid
> erOperation.execute(RepositoryProviderOperation.java:68)
> at
> org.tigris.subversion.subclipse.ui.operations.SVNOperation.run
> (SVNOperation.java:90)
> at
> org.tigris.subversion.subclipse.ui.subscriber.UpdateSynchroniz
> eOperation.run(UpdateSynchronizeOperation.java:100)
> at
> org.tigris.subversion.subclipse.ui.subscriber.SVNSynchronizeOp
> eration.run(SVNSynchronizeOperation.java:59)
> at
> org.eclipse.team.internal.ui.actions.JobRunnableContext.run(Jo
> bRunnableContext.java:146)
> at org.eclipse.team.internal.ui.actions.JobRunnableContext
> $ResourceJob.runInWorkspace(JobRunnableContext.java:72)
> at
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(I
> nternalWorkspaceJob.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.throwExceptio
> n(JavaHLObjectFactory.java:414)
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVN
> ClientImpl.java:1141)
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.update(SVNClientIm
> pl.java:346)
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.update(SVNClientIm
> pl.java:359)
> at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClien
> tAdapter.update(AbstractJhlClientAdapter.java:836)
> ... 10 more
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
Received on Tue Nov 8 03:03:28 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.