On Mon, 2007-04-23 at 12:12 -0500, Mike Wittman wrote: > Hi Robert, > > I'm glad to see these intermediate development releases. For those of > us that aren't able to keep up with SVN on a daily basis it makes a lot > of sense to have well-known reference points at a coarser time > granularity to work against. > > By the way, I just downloaded and unpacked the 1.9 release and noticed a > couple issues with the packaging: > > - the OpenSceneGraph-1.9 package appears to have a second duplicate > instance of the source tree in the "trunk" subdirectory > - both the OpenSceneGraph and OpenThreads packages still contain .svn > directories and all the files they contain
In your scripts Robert, you could use "svn export" to first create a .svn-dir-free tree, then make the packages from that. In fact, "svn export" is pretty much my favorite command ever. > I'm assuming both of these were unintentional; they certainly increase > the size of the packages substantially. > > -Mike > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:osg-users- > > [EMAIL PROTECTED] On Behalf Of Robert Osfield > > Sent: Monday, April 23, 2007 5:01 AM > > To: osg users > > Subject: [osg-users] Development release OpenSceneGraph-1.9 made > > > > Hi All, > > > > I have now begun the regular tagging and release of the development > > version (SVN) of OpenSceneGraph, the first product of this effort is > > OpenSceneGraph-1.9. I am placing all the developer releases under > > SVN, to make it easy to keep track up them: > > > > To find the developer releases simple browse: > > > > > http://www.openscenegraph.com/svn/osg/OpenSceneGraph/developer_releases/ > > > > The specific location of the OpenSceneGraph-1.9 release is: > > > > > http://www.openscenegraph.com/svn/osg/OpenSceneGraph/developer_releases/ > Op > > enSceneGraph-1.9/ > > > > In this folder you'll find : > > > > OpenSceneGraph-1.9.zip > > RELEASE_NOTES.txt > > > > I have also tagging and built equivalent OpenThreads developer release > > too: > > > > > http://www.openscenegraph.com/svn/osg/OpenThreads/developer_releases/Ope > nT > > hreads-1.9.3/ > > > > The version number 1.9.3 should really be 1.9 but my release scripts > > were quite perfected, so took several goes before everything was > > automated and working correctly > > > > If users want to build binaries for these developer releases then > > please just send them to me, or if you are regular contributor of > > binaries we can get you write access on the developer_releases > > directories and you can upload them directly. > > > > Robert. > > _______________________________________________ > > osg-users mailing list > > [email protected] > > http://openscenegraph.net/mailman/listinfo/osg-users > > http://www.openscenegraph.org/ > > > Mike Wittman > [EMAIL PROTECTED] > ___________________________________________________ > Seismic Micro-Technology, Inc. > 8584 Katy Freeway, Suite 400 / Houston, Texas 77024 > Tel. +1 (713) 464-6188 > Fax. +1 (713) 464-6440 > Web: www.seismicmicro.com > ___________________________________________________ > Seismic through Simulation with KINGDOM, (RC)2, and SURE! - CONTACT US > TODAY for more information. > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ > _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
