How to store binaries along tree

Alexander Belchenko bialix at ukr.net
Tue May 3 21:00:01 UTC 2011


Anteru пишет:
> Is there a way to have one subfolder of the source code repository
> branch being linked to another repository, doing a lightweight checkout
> there? I.e. having a /bin subfolder which pulls in from another Bazaar
> repository? If it's not possible with Bazaar, could it be made to work
> with SVN for instance? Alternatively: Could we add a repository hook
> which gets executed on the client side using the Bazaar Python runtime?
> This would allow us to manually hack this in (even though I would like
> to avoid the last solution, as we would wind up with Python 2.x code
> while the rest of our codebase is Python 3.2, but it should be pretty
> limited/self-contained.)

I think you need solution similar to like bzr-externals or scmproj.
bzr-externals is based on hooks, so you may want to look at its
codebase first.




More information about the bazaar mailing list