New svn repository URL
- Details
- Category: Community News
- Published: 26 April 2013
- Written by Jordi Torres
- Hits: 23890
Hi osg-ers
Due to the changes done in order to set the new Joomla site as the main OpenSceneGraph web, we have had to change the URL of the svn server. OpenScenenGraph sources are now at http://svn.openscenegraph.org/osg/.
So to download the sources:
svn checkout http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk OpenSceneGraph
Probably you may want to relocate your sources instead of downloading and recompiling them. Just do a svn switch and it should work
svn switch --relocate http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk
The same applies to the VirtualPlanetBuilder sources. The new repository is at http://svn.openscenegraph.org/VirtualPlanetBuilder/
svn checkout http://svn.openscenegraph.org/VirtualPlanetBuilder/trunk/ VirtualPlanetBuilder
And to the OpenScenenGraph-Data
svn checkout http://svn.openscenegraph.org/osg/OpenSceneGraph-Data/trunk/
If you are in windows and using TortoiseSVN it has a "relocate" option to avoid downloading the sources again.