Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 211257

Summary: Illegal hex characters in escape (%) pattern - For input string
Product: [Technology] Subversive Reporter: Alexander Gurov <a.gurov>
Component: CoreAssignee: Alexander Gurov <a.gurov>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 0.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Alexander Gurov CLA 2007-11-28 11:02:54 EST
From: Jack Newton

User comment: 
Just trying to do a checkout...

SVN Client: org.polarion.team.client.javasvn.core 1.1.3 JavaSVN 1.0.4 (http://tmate.org/svn/)

Plug-in ID: org.polarion.team.svn.core.svnnature

java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "go" 
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "go"
at java.net.URLDecoder.decode(Unknown Source)
at org.polarion.team.svn.core.utility.SVNUtility.decodeURL(SVNUtility.java:327)
at org.polarion.team.svn.core.SVNTeamProvider.uploadRepositoryResource(SVNTeamProvider.java:246)
at org.polarion.team.svn.core.SVNTeamProvider.connectToProject(SVNTeamProvider.java:171)
at org.polarion.team.svn.core.SVNTeamProvider.getRepositoryResource(SVNTeamProvider.java:72)
at org.polarion.team.svn.core.svnstorage.SVNRemoteStorage.loadLocalResourcesSubTreeSVNImpl(SVNRemoteStorage.java:586)
at org.polarion.team.svn.core.svnstorage.SVNRemoteStorage.loadLocalResourcesSubTree(SVNRemoteStorage.java:478)
at org.polarion.team.svn.core.svnstorage.SVNRemoteStorage.asLocalResource(SVNRemoteStorage.java:288)
at org.polarion.team.svn.core.svnstorage.SVNRemoteStorage.getRegisteredChildren(SVNRemoteStorage.java:242)
at org.polarion.team.svn.core.operation.local.GetAllResourcesOperation.runImpl(GetAllResourcesOperation.java:36)
at org.polarion.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:70)
at org.polarion.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:38)
at org.polarion.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:105)
at org.polarion.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:91)
at org.polarion.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:82)
at org.polarion.team.svn.ui.synchronize.RemoteStatusCache.allMembers(RemoteStatusCache.java:112)
at org.polarion.team.svn.ui.synchronize.AbstractSVNSubscriber.resourcesStateChangedImpl(AbstractSVNSubscriber.java:188)
at org.polarion.team.svn.ui.synchronize.AbstractSVNSubscriber.resourcesStateChanged(AbstractSVNSubscriber.java:162)
at org.polarion.team.svn.core.svnstorage.SVNRemoteStorage.fireResourceStatesChangedEvent(SVNRemoteStorage.java:126)
at org.polarion.team.svn.core.ResourceChangeListener$1.runImpl(ResourceChangeListener.java:101)
at org.polarion.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:70)
at org.polarion.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:38)
at org.polarion.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:105)
at org.polarion.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:91)
at org.polarion.team.svn.core.utility.ProgressMonitorUtility$2.run(ProgressMonitorUtility.java:61)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.polarion.team.svn.core.utility.ProgressMonitorUtility$1.run(ProgressMonitorUtility.java:59)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Comment 1 Alexander Gurov CLA 2007-12-04 09:56:14 EST

*** This bug has been marked as a duplicate of bug 211418 ***