Re: svn:externals - svn: E200009: Targets must be working copy paths
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Wed, 30 Jan 2013 16:38:05 -0600
On Jan 30, 2013, at 14:14, C M wrote:
> Thank you for the "teach a man to fish" approach. Though I didn't find the documentation to be very clear, I was able to set the property using the syntax below.
Yes you can have multiple externals definitions, one on each line of the svn:externals property. Setting a multiline property on the command line via "svn propset" is difficult, so instead try "svn propedit svn:externals ." (and type the multiline externals into the interactive editor) or "svn propset svn:externals --file X ." (and provide a file X containing the multiline externals).
|
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.