Re: svn export selected parts of svn:externals
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Tue, 26 Mar 2013 05:40:22 -0500
On Mar 26, 2013, at 02:46, "Niemann, Hartmut" wrote:
> I have a directory <stuff> with some files and a list of svn:external directories <stuff/one/>, <stuff/two/> and so on.
I don't think what you want is easily possible. You'll have to script it.
You could export with all the externals and delete the ones you don't need, as you suggest.
Or you could export with no externals at all, then manually export the ones you want. You say you don't want the script to need to know where the externals are located, but it doesn't need to: it can look it up from the svn:externals property using "svn propget".
|
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.