mjs
mjs

Reputation: 22369

Bazaar version control - Multiple repositories / sub modules possible?

Is it possible to have multiple repositories / sub modules?

If so, how?

Upvotes: 0

Views: 113

Answers (1)

Ian Newson
Ian Newson

Reputation: 7949

If you're referring to nesting separate repositories within your main repository like SVN externals, see the bzr externals plugin:

https://launchpad.net/bzr-externals

Upvotes: 0

Related Questions