Bug 216091 - Error when using spaces in file url
Summary: Error when using spaces in file url
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Alexander Gurov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-22 04:12 EST by Matthias Erche CLA
Modified: 2008-01-22 09:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Erche CLA 2008-01-22 04:12:42 EST
Build ID: I20070625-1500
Subversive Version: 1.1.7

Steps To Reproduce:
1. Create a local repository which has spaces in its filename, e.g. c:\test repository
2. Open the view SVN Repositories and add this repository as a new location using a file url (file:///c:/test repository)
3. Use the same view to add a folder test

More information:
The dialog for sending error reports opens and shows the message "0x00000008: URL is not related to the repository."

The folder is not created.

The error log shows more details:

Subversive: '0x00000015: Create Folder' operation finished with error

java.lang.IllegalArgumentException: 0x00000008: URL is not related to the repository.
	at org.polarion.team.svn.core.svnstorage.SVNRepositoryLocation.isArgumentsCorrect(SVNRepositoryLocation.java:504)
	at org.polarion.team.svn.core.svnstorage.SVNRepositoryLocation.asRepositoryContainer(SVNRepositoryLocation.java:205)
	at org.polarion.team.svn.core.svnstorage.SVNRepositoryLocation.asRepositoryContainer(SVNRepositoryLocation.java:197)
	at org.polarion.team.svn.core.utility.SVNUtility.makeResourceSet(SVNUtility.java:198)
	at org.polarion.team.svn.core.operation.remote.CreateFolderOperation.runImpl(CreateFolderOperation.java:61)
	at org.polarion.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:70)
	at org.polarion.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:105)
	at org.polarion.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:91)
	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.ui.utility.DefaultCancellableOperationWrapper.run(DefaultCancellableOperationWrapper.java:55)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Comment 1 Alexei Goncharov CLA 2008-01-22 09:38:08 EST
Already is already fixed. Please use Eclipse.org latest builds.
Refer to http://www.eclipse.org/subversive/downloads.php for downloading.
Best regards:)
PS: even the first Eclipse.org one doesn't contain this bug.