Re: How do I use "^" in command-line paths?
From: Stanimir Stamenkov <s7an10_at_netscape.net>
Date: Fri, 07 May 2010 17:28:58 +0300
Fri, 7 May 2010 07:07:41 -0700 (PDT), /tstone-barcard/:
> The SVN Book uses a path syntax throughout the narrative that prefixes
The caret (^) notation works only inside a working copy
> In Subversion 1.6, a new caret (^) notation was introduced as a
You didn't state what OS you're on but on Windows you have to use ^^ as
D:\...>svn merge ^^/branches/foo
On Windows you could also use double quotes around:
D:\...>svn merge "^/branches/foo"
-- StanimirReceived on 2010-05-07 16:30:04 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.