I have this svn:external file in a project:
Silex https://github.com/fabpot/Silex/trunk Silex/vendor/Symfony/Component/BrowserKit https://github.com/symfony/BrowserKit/trunk Silex/vendor/Symfony/Component/ClassLoader https://github.com/symfony/ClassLoader/trunk Silex/vendor/Symfony/Component/CssSelector https://github.com/symfony/CssSelector/trunk Silex/vendor/Symfony/Component/DomCrawler https://github.com/symfony/DomCrawler/trunk
when I do a svn update in the external directory I get this svn error: svn: warning: Unable to lock 'Silex/vendor/Symfony/Component'
There is a way to checkout an svn:external into a directory owned by another svn:external?
No, it is not possible. Read the section “Externals Definition” from the SVN Red Book. There you will find the following notice:
However, it should be possible to use an externals definition like that:
So your directories created by
svn:externalsdo not exist by the creation of other externals directories.