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

Re: Bug in authentication when use "svn:externals"

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-03-01 11:55:19 CET

On 3/1/07, teli_eurydice <teli_eurydice@163.com> wrote:

> I found a bug when I work on TSVN(1.4.1.7992-win32-svn-1.4.2) and other
> Nightly Builds, when I use "svn:externals" and the url paths char have
> chinese or other Unicode ,TSVN send me a error "Malformed URL for repository
> ",please dispose it ,or told me how to fix it , thanks

An URL must not have unicode chars. Such chars are invalid in an url.
You must escape those chars properly, otherwise you get the 'malformed
url' error (and rightfully so).

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 Mar 1 11:55:49 2007

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.