You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Florian von Walter <fv...@web.de> on 2004/09/11 22:33:59 UTC

Subclipse cannot connect to WebDAV repositories with blanks in repository name

Hi, all,

I'm using Subversion 1.1.0 RC2 with Apache 2.0.49 under Windows 2000 SP4.

I've got a repository with blanks in the name.

When I browse the repository via my web browser or am using TortoiseSVN 
to connect to the repository everything works fine.

However connecting to the repository from Subclipse 0.9.19 only works 
when I replace the blanks with %20 to have a valid URI.

Example:
Works: http://localhost/svn/My%20repository
Works not: http://localhost/svn/My repository

Is this behaviour a bug or a feature?

Regards, Florian.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subclipse cannot connect to WebDAV repositories with blanks in repository name

Posted by Ben Collins-Sussman <su...@collab.net>.
On Sat, 2004-09-11 at 17:33, Florian von Walter wrote:
> Hi, all,
> 
> I'm using Subversion 1.1.0 RC2 with Apache 2.0.49 under Windows 2000 SP4.
> 
> I've got a repository with blanks in the name.
> 
> When I browse the repository via my web browser or am using TortoiseSVN 
> to connect to the repository everything works fine.
> 
> However connecting to the repository from Subclipse 0.9.19 only works 
> when I replace the blanks with %20 to have a valid URI.
> 
> Example:
> Works: http://localhost/svn/My%20repository
> Works not: http://localhost/svn/My repository
> 
> Is this behaviour a bug or a feature?

It's a bug in Subclipse.  Please send to the Subclipse mailing lists; 
this list is about "core" Subversion.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org