owenthereal / codefaces

a web-based source control client
3 stars 2 forks source link

[1.1.1/SVN/BUG] open a collection of files at the same time getting exception #90

Open owenthereal opened 14 years ago

owenthereal commented 14 years ago

Right click a collection of files and click open, will get the following exception for one of the file.

osgi> !SESSION 2010-08-12 00:57:35.479 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_20 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Command-line arguments: -dev file:/Users/Owen/workspace/code_faces/.metadata/.plugins/org.eclipse.pde.core/RAP Application/dev.properties -os macosx -ws cocoa -arch x86_64 -consoleLog -console

!ENTRY org.eclipse.core.jobs 4 2 2010-08-12 00:59:26.528 !MESSAGE An internal error occurred during: "". !STACK 0 org.codefaces.core.connectors.SCMResponseException: Unable to connect to the repository. at org.codefaces.core.svn.internal.clientadaptor.SVNClientAdaptor.constructSCMResponseException(SVNClientAdaptor.java:238) at org.codefaces.core.svn.internal.clientadaptor.SVNClientAdaptor.getResource(SVNClientAdaptor.java:204) at org.codefaces.core.svn.internal.operations.SVNFetchFileInfoOperationHandler.execute(SVNFetchFileInfoOperationHandler.java:32) at org.codefaces.core.svn.internal.operations.SVNFetchFileInfoOperationHandler.execute(SVNFetchFileInfoOperationHandler.java:1) at org.codefaces.core.operations.SCMOperationDispatcher.execute(SCMOperationDispatcher.java:32) at org.codefaces.core.operations.SCMOperation.execute(SCMOperation.java:46) at org.codefaces.core.services.SCMService.fetchFileInfo(SCMService.java:47) at org.codefaces.core.models.RepoFileInfo.fetchInfo(RepoFileInfo.java:48) at org.codefaces.core.models.RepoFileInfo.(RepoFileInfo.java:16) at org.codefaces.core.models.RepoResourceManager.getInfo(RepoResourceManager.java:16) at org.codefaces.core.models.RepoResource.getInfo(RepoResource.java:131) at org.codefaces.core.models.RepoFile.getInfo(RepoFile.java:17) at org.codefaces.core.models.RepoFile.getContent(RepoFile.java:26) at org.codefaces.ui.internal.editors.CodeExplorer$UpdateContentJob$1.run(CodeExplorer.java:40) at org.eclipse.rwt.internal.lifecycle.FakeContextUtil.runNonUIThreadWithFakeContext(FakeContextUtil.java:60) at org.eclipse.rwt.lifecycle.UICallBack.runNonUIThreadWithFakeContext(UICallBack.java:48) at org.codefaces.ui.internal.editors.CodeExplorer$UpdateContentJob.run(CodeExplorer.java:37) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Caused by: org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: URL 'http://aurorasdk.googlecode.com/svn/trunk/%20aurorasdk%20--username%20jingweno/aurora/.gwt-cache/bytecode/com.google.gwt.user.client.CommandExecutor$2-9e800ffa.tmp' refers to a directory at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getContent(AbstractJhlClientAdapter.java:1151) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getContent(AbstractJhlClientAdapter.java:1160) at org.codefaces.core.svn.internal.clientadaptor.SVNClientAdaptor.getResource(SVNClientAdaptor.java:183) ... 16 more Caused by: org.tigris.subversion.javahl.ClientException: svn: URL 'http://aurorasdk.googlecode.com/svn/trunk/%20aurorasdk%20--username%20jingweno/aurora/.gwt-cache/bytecode/com.google.gwt.user.client.CommandExecutor$2-9e800ffa.tmp' refers to a directory at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777) at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850) at org.tmatesoft.svn.core.javahl.SVNClientImpl.fileContent(SVNClientImpl.java:1402) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getContent(AbstractJhlClientAdapter.java:1146) ... 18 more Caused by: org.tmatesoft.svn.core.SVNException: svn: URL 'http://aurorasdk.googlecode.com/svn/trunk/%20aurorasdk%20--username%20jingweno/aurora/.gwt-cache/bytecode/com.google.gwt.user.client.CommandExecutor$2-9e800ffa.tmp' refers to a directory at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.wc.SVNWCClient.doGetFileContents(SVNWCClient.java:429) at org.tmatesoft.svn.core.javahl.SVNClientImpl.fileContent(SVNClientImpl.java:1392) ... 19 more