coin3d / coin

Coin3D core library
BSD 3-Clause "New" or "Revised" License
266 stars 105 forks source link

Test that sub-repo references work with Bitbucket #1

Closed VolkerEnderlein closed 12 years ago

VolkerEnderlein commented 12 years ago

Original report by Coin3D (Bitbucket: Coin3Dold, ).


Clone and build the whole stack from bitbucket.

VolkerEnderlein commented 12 years ago

Original comment by Coin3D (Bitbucket: Coin3Dold, ).


VolkerEnderlein commented 12 years ago

Original comment by Marius Kintel (Bitbucket: kintel, GitHub: kintel).


Fixed by updating the .hgsub files to make sub-repositories relative. e.g. for SoQt: data = ../soanydata src/Inventor/Qt/common = ../sogui build/general = ../generalmsvcgeneration

This is not ideal, since any forks would require the subrepositories to be forked as well, but I couldn't find any other ways of doing this without explicitly pointing to an absolute location, including access scheme (which would break http vs. ssh access).