[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bug Repo browser

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-21 19:03:54 CEST

Peter Johnson wrote:
> Stefan Küng <tortoisesvn <at> gmail.com> writes:
>
>> Peter Johnson wrote:
>>> Hi There
>>>
>>> I think there is a bug in 1.4 that did not exist in 1.3. If you attempt to
> use
>>> the repo browser on a repository with spaces in it, then you get an error
>>> similar to the following:
>>>
>>> 'svn://reposerver/c and r' is not the same repository
> as 'svn://reposerver/c%
>>> 20and%20r'
>>>
>>> Accessing the same repository in 1.3 works OK.
>> * from where did you start the repo browser? (log dialog, explorer
>> working copy, ...)
>> * what is the *exact* error message?
>> * when does the error show? (expanding nodes, starting up, ...)
>>
>> Stefan
>>
>
> The repo browser was started from the explorer.
> That is the exact error message which shows when you try to expand a node.

Ok, I now could reproduce the problem. But it's not a problem of TSVN
but Subversion (either svnserve or the client library):

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'

So you should report this problem on the Subversion mailing list.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Sep 21 19:04:06 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.