Hi guys, ever since updating my Subversion client to 1.7.x I've been getting errors regarding OpenThreads when updating:
$ svn up Updating '.': svn: warning: W200000: Error handling externals definition for 'include/OpenThreads': svn: warning: W170000: URL 'http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/include/OpenThreads' at revision 13110 doesn't exist svn: warning: W200000: Error handling externals definition for 'src/OpenThreads': svn: warning: W170000: URL 'http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/src/OpenThreads' at revision 13110 doesn't exist At revision 13110. svn: E205011: Failure occurred processing one or more externals definitions After doing a clean check-out I'm not getting src/OpenThreads and include/OpenThreads anymore. src/OpenThreads and include/OpenThreads are pulled in via svn:externals references to the OpenThreads repository: $ cd OpenSceneGraph $ svn propget svn:externals . include/OpenThreads http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/include/OpenThreads src/OpenThreads http://www.openscenegraph.org/svn/osg/OpenThreads/trunk/src/OpenThreads Which would be fine, except that OpenThreads in turn has external references to OpenSceneGraph! $ cd OpenThreads $ svn propget svn:externals . include/OpenThreads http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/include/OpenThreads src/OpenThreads http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/src/OpenThreads So we have a nice (or rather not so nice) circular reference and the newer SVN clients apparently don't deal with this. To solve this I suggest to remove the 'svn:external' on the OpenSceneGraph base directory. Or am I the only one still using the SVN repository? Should I turn off the lights and move on? To my knowledge the hg and git repositories are not official and only mirror the SVN repository? Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

