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

Re: strange entry in a dir, cannot be deleted

From: Gilbert Fine <gfan_at_corp.netease.com>
Date: 2003-06-27 20:55:20 CEST

I successfully deleted the strange entry, by dumping the repository and then
loading it. The method suggested by Francois did not work, I got this error:
svn: Bogus URL
svn: URL `https://.../gamesales/%e2%82¬??' is not properly URI-encoded

I seems that URL passed to svn must be URI-encoded. This is inconvenient.
For example, if I want to delete a file in repository which has a Chinese
name, I have to encode the name.

And We have tested that created a Chinese-named file in the working copy,
and then add, commit, and update. That was done under TortoiseSVN. All
operations were OK.
This time, as suggested by Branko, I use svn command line to create a
Chinese-named dir, and then commit, then delete it. All are fine. (My
computer is running English Win2K professional).

Gilbert Fine

----- Original Message -----
From: "Branko ÄŒibej" <brane@xbc.nu>
To: "Gilbert Fine" <gfan@corp.netease.com>
Cc: <dev@subversion.tigris.org>
Sent: Friday, June 27, 2003 1:38 AM
Subject: Re: strange entry in a dir, cannot be deleted

> We've had problrms with URL escaping in ra_dav before. Could you try
> something, please? See if you can create a filename with Chinese
> characters with the svn command line, then connect to your repository
> with a Web browser and see if the characters you see there are the same.
>
> --
> Brane ÄŒibej <brane_at_xbc.nu> http://www.xbc.nu/brane/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 27 20:56:23 2003

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

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