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

Re: [TSVN] UNICODE support for file names

From: Stefan Küng <stefan.kueng_at_wagner-group.ch>
Date: 2004-07-19 14:57:00 CEST

Marek wrote:

> 1. In repository browser ("svn://sw_istvanek/Instalations/", local svn
> server on WinXPsp1cz) folder trunk/source -> right click -> Create
> Folder -> "Databáze" -> OK.

So this works.

> 2. My local folder Databáze (in Total Commander) -> right click ->
> TortoiseSVN -> Import ->
> "svn://sw_istvanek/Instalations/trunk/source/Databáze" -> OK ->

And here's your problem:
URL's _must_ be URI-encoded! For example, if your path has a space in it
you would have to write that space as %20. I don't know what the escape
code for your á char is, but you could check inside your .svn folder,
the entries file does have the URI-encoded URLs in there.

So this isn't a bug in TSVN - just enter the right URL's.

Stefan

Received on Mon Jul 19 16:03:07 2004

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.