Hi,

I was trying to checkout OpenThreads 2.3.0 and noticed that the link changed from
http://www.openscenegraph.org/svn/osg/OpenThreads/tags/OpenThreads-2.3.0
to
http://svn.openscenegraph.org/osg/OpenThreads/tags/OpenThreads-2.3.0/

However, OpenThreads includes OpenThreads-related code from the OpenSceneGraph-repo via svn-externals.

The links in these svn-externals seem still to be wrong:
Path: include/OpenThreads
URL: http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/include/OpenThreads

and
Path: src/OpenThreads
URL: http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/OpenThreads

There are actually 2 issues here:
1. The urls should be adapted to the new format (http://svn.openscenegraph.org/osg/... instead of http://www.openscenegraph.org/svn/osg/...) , right now checking out simply does not work. 2. Is it a good idea that the tagged version of OpenThreads points to the trunk in osg? I think not; rather, it should point to a tag in osg, otherwise users checking out a tag might actually get different results based on when they checked out, which defeats the purpose of having tags to begin with. The question is which osg-tags to point to, neither 2.3.0 nor 3.0.1 work out of the box due to cmake-problems (I applied the fix addressed here http://forum.openscenegraph.org/viewtopic.php?t=5571&highlight=2.3.0).

Sorry if this issue has already been addressed somewhere, I did not find it via the search function.


Best regards,

Michael Brandl

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to