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

Re: Failed WC -> WC copy. Do relative paths work?

From: Ian Sullivan <isullivan_at_gmail.com>
Date: 2005-01-29 02:31:32 CET

I noticed the same kind of thing recently, but this was in 1.0.4.
From my testing it seemed llike svn would treat more than 2 ../ as a
sort of even odd thing i.e.
../../../../ would be ../../
../../../../../ would be ../

I figured it had been fixed in a later version, so I just converted
the paths to absolute (I'm accessing svn from a perl script).

-Ian

On Fri, 28 Jan 2005 16:48:26 -0500, Scott Palmer
<scott.palmer@2connected.org> wrote:
> Subversion 1.1.3 on win XP, D:\Dev is a working copy
>
> D:\Dev\Klamath\trunk\SDK\ACE>svn cp
> ..\..\..\..\ThirdParty\SDKs\ACE\Ace_2004_09_15 .
> svn: Path '../../ThirdParty/SDKs/ACE/Ace_2004_09_15' does not exist
>
> D:\Dev\Klamath\trunk\SDK\ACE>ls ..\..\..\..\ThirdParty\SDKs\ACE
> AceSerialNumber.h Ace_2004_09_15 current
>
> Why did subversion remove the first two '..' components from the path I
> gave it?
>
> Scott
>

-- 
Ian Sullivan
Conversagent, Inc.
Development Tools Lead, Perl Mangler, Javascript Tangler & Install Wrangler
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 31 06:37:03 2005

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.