You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter Johnson <pe...@unified.co.uk> on 2006/09/22 09:04:40 UTC

Possible 1.4 bug using a repository name with spaces

Hi There

I'm using version 1.4 of Subversion and svnserve on a Windows platform.
If a repository is named with a space, then the following error occurs:

svn ls "svn://localhost/Test Repo"
svn: 'svn://localhost/Test Repo' is not the same repository as 
'svn://localhost/Test%20Repo'

svn ls svn://localhost/Test%20Repo
svn: 'svn://localhost/Test Repo' is not the same repository as 
'svn://localhost/Test%20Repo'

Cheers
Peter

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