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

Regression: svn copy url working_copy fails if url has escaped chars

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-09-21 18:16:15 CEST

Hi,

The following recipe shows the problem:

svnadmin create d:\utf8repo
svn co file:///d:/utf8repo wc
cd wc
mkdir töng
echo dummy > töng\file
svn add töng
svn ci -m ""

now:
svn copy file:///d:/töng copyfolder
svn: Path 'file:///d:/t%C3%B6ng' not found in revision 1

but:
svn copy file:///d:/töng/file copyfile
succeeds.

Also:
svn copy file:///d:/t%C3%B6ng copyfolder
svn: Path 'file:///d:/t%C3%B6ng' not found in revision 1

All this with svn compiled from r26727 (trunk) just a few minutes ago.
The same sequence is successful with an 1.4.5 client.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 21 18:16:29 2007

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.