OpenSceneGraph CVS was on server openscenegraph.org. For the switch to SVN, address openscenegraph.com was temporarily used, with the intention to switch back to *.org at a later time. This has now happened. Fortunately, it's quite easy to switch a local checkout to the new address.
$ cd ./OpenSceneGraph/ $ svn info|grep URL URL: http://www.openscenegraph.com/svn/osg/OpenSceneGraph/trunk Now take the url and use it as first argument, and as second argument again, but with "com" changed to "org": $ svn switch --relocate http://www.openscenegraph.com/svn/osg/OpenSceneGraph/trunk \ http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk You may need to switch the embedded external modules (./include/OpenThreads and ./src/OpenThreads) in the same way. I did it, but I can't say now if it was necessary. Then change externals address from com to org (shouldn't really be necessary, but maybe they forgot switching in the repository?). $ svn propedit svn:externals . [ editor opens ... change both "com" to "org" ] $ cvs up Note that I'm not an SVN expert and it may be all wrong. But it worked for me. Of course, if you don't mind downloading everything again, this might be the easier route. :-) m. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel