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

svn switch with escaped urls doesn't work (regression)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-10-29 13:10:23 CET

Hi,

When switching a file to an URL which has e.g. a space in it, an error
is returned:
svn: Destination does not exist:
'file:///repos/branches/test/file%20space.txt'

This worked properly in svn 1.4.5, but fails in the latest svn trunk
(r27451).

The command used:
svn switch file:///repos/branches/test/file%20space.txt "file space.txt"

this doesn't work either:

svn switch "file:///repos/branches/test/file space.txt" "file space.txt"

and returns the same error.

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 Mon Oct 29 13:10:53 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.