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

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.
>
>
> c:\Temp\800>svn propset svn:externals "ver_1.0 svn://3.x.x.x/trunk/Customer1/system_800/ver_1.0" .
> property 'svn:externals' set on '.'
>
> This worked for the directory listed above. I then added several external definitions, but when I finally committed and checked out, it seems that only the last definition was applied. Evidently I overwrote the previous definitions.
>
> Can I add multiple external definitions? If it's in the "svn help propset", I am not seeing it.

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).
Received on 2013-01-30 23:38:44 CET

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.