views:

374

answers:

3

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?

+2  A: 

I'm working on emulating svn:externals in bzr. It's not related to bzr-svn but instead tries to provide generic solution. Project still in the alpha stage but many things are working today. You can have a look at the project and it's docs. https://launchpad.net/bzr-scmproj

This plugin does not support svn:externals natively, but you can bring the required values to project config. If your svn:externals is not changed often it will work for you well.

bialix
Cool. I'll have to give it a try.
Darcy Casselman
A: 

FWIW, externals will probably be supported in a couple of months, when nested tree support in Bazaar itself lands.

+2  A: 

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

bialix