Search code examples
svnversion-controlbazaarsvn-externalsbzr-svn

Do you have a clever hack to work around svn:externals not being supported in bzr-svn


I'm using bzr to access a Subversion repository. Which is great, but the repository uses quite a few svn:externals properties to bring in code from related projects.

Bzr-svn doesn't support svn:externals yet.

Is there a good way to work around this limitation?


Solution

  • Today another option is available: bzr-externals plugin. Check it!