Hi Martin, On 5/2/07, Martin Aumueller <[EMAIL PROTECTED]> wrote:
> What I have done set svn::external properties of OpenSceneGraph so that it > picks will use the OpenThreads/include/OpenThreads and > OpenThreads/src/OpenThreads directories as its own. Doing it the other way round (setting the svn:externals property on the OpenThreads directory and importing a copy of OpenThreads which has its original home in the OpenSceneGraph directory) might be easier for at least three reasons: - a svn update is faster (for me, this is most noticable on os x), - if you have to check out/commit as a special user (i.e. different from your local user name), you have to set up your ssh to default to that user when connecting to your svn host, - svn commit's don't work across svn:externals, even if from the same repository - so you won't be able to commit a changed source file along with the corresponding header change.
I'll consider making this change, but logically its a bit backward. Right now I just want to make sure that everything builds and runs cleanly with the new setup. Robert.
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
