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

Re: "svn copy --parents" allows insertion of an errant '\' in http://path

From: Tobias Bading <tbading_at_web.de>
Date: Wed, 7 May 2014 18:16:12 +0200

Grrr. That would have to be

svn mv -m "..." "http://svr/sandbox/A\B" "http://svr/sandbox/AB"

of course. Sorry.

On 07.05.2014, at 18:11, Tobias Bading wrote:
> Umm, forgot the obvious: Did you try to rename the directory directly in the repository, e.g. using
> svn mv -m "..." "http://svr/sandbox/A\B/bar1.c" "http://svr/sandbox/AB/bar1.c"?
>
> Tobias
Received on 2014-05-11 10:48:58 CEST

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

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