Re: svn:externals - svn: E200009: Targets must be working copy paths
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Fri, 1 Feb 2013 12:29:32 -0600
On Feb 1, 2013, at 12:24, Ryan Schmidt wrote:
> On Feb 1, 2013, at 11:00, C M wrote:
Or, in the example you gave above of wanting to pull a specific revision of just a single external, you just need quotes:
svn propset svn:externals "-r 109 <path info>" .
Or better yet, using peg revision syntax:
svn propset svn:externals "<path info>@109" .
|
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.