Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Robert Osfield wrote:

Hi Paul,

On Tue, Apr 1, 2008 at 11:44 AM, Paul Melis [EMAIL PROTECTED] wrote:
  

 This probably needs manual intervention to do an update, as I currently get

 12:43|[EMAIL PROTECTED]:~/c/osg-svn svn up
 svn: Failed to add directory 'include/OpenThreads': object of the same
 name already exists

 First removing include/OpenThreads and src/OpenThreads seems to do the
 trick (with an extra svn cleanup)



Aarggg, I was hoping this would go more smoothly.  To be clear did you find:

  svn cleanup
  svn update

To be sufficient, or did you manually have to remove include/OpenThreads and
src/OpenThreads?
  

I removed the OpenThreads dirs manually. I think an svn update after 
that will be sufficient.

The reason for having to do a cleanup in my case was because of the svn 
update _before_ the OpenThreads dirs were removed. I think this 
introduced some kind of svn lock.

Just curious: did you remove the svn:externals and add the OpenThreads 
files _in the same svn revision_? I would expect that a revision in 
which the svn:externals is removed followed by a revision in which the 
files are added to work correctly without needing the above manual stuff.

Paul

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Robert Osfield
Hi All,

Thanks for the testing and feedback.

In prep for 2.3.7 I have just made a change to SVN externals
management that has been pending for almost a year.  Hopefully no
users should notice any problems on there next svn update, and those
who use https will find life easier.  I do need users to test out
these changes though, so I'd appreciate an svn update.

The change has been to copy the include/OpenThreads and
src/OpenThreads sources from svn/osg/OpenThreads/trunk directly into
svn/osg/OpenSceneGraph rather than relying upon svn:externals to get
these sources.  The externals broke https access
of OpenSceneGraph as the externals came though http.   Conversly the
OpenThreads/include/OpenThreads and src/OpenThreads have now been
removed, and replaced by use of svn:externals.

In theory this change should not affect users, the sources will just
be pulled in as usual, for those use wanting to https with
OpenSceneGraph svn things will run smoother, those who use OpenThreads
but not OpenSceneGraph should also be OK unless they require https.
Given that the OpenThreads only community is such as small set of
users (the mailing list has been almost entirely inactive for a number
of years) the overall balance of benefit vs cost is heavily in favour
of folding OpenThreads sources directly into the core OSG.

With this change I also bumped the OpenThreads version from 2.2 to
2.2.1 just so we know when the changed happened.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Robert Osfield wrote:

Hi All,

Thanks for the testing and feedback.

In prep for 2.3.7 I have just made a change to SVN externals
management that has been pending for almost a year.  Hopefully no
users should notice any problems on there next svn update, and those
who use https will find life easier.  I do need users to test out
these changes though, so I'd appreciate an svn update.

The change has been to copy the include/OpenThreads and
src/OpenThreads sources from svn/osg/OpenThreads/trunk directly into
svn/osg/OpenSceneGraph rather than relying upon svn:externals to get
these sources.  The externals broke https access
of OpenSceneGraph as the externals came though http.   Conversly the
OpenThreads/include/OpenThreads and src/OpenThreads have now been
removed, and replaced by use of svn:externals.
  

This probably needs manual intervention to do an update, as I currently get

12:43|[EMAIL PROTECTED]:~/c/osg-svn svn up
svn: Failed to add directory 'include/OpenThreads': object of the same 
name already exists

First removing include/OpenThreads and src/OpenThreads seems to do the 
trick (with an extra svn cleanup)

Paul
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Mattias Helsing
same here.

svn update - error already a direcotry with that name
remove both OpenThreds directories manually
svn update - error please run cleanup
svn cleanup - ok
svn update - ok

On Tue, Apr 1, 2008 at 12:57 PM, Robert Osfield [EMAIL PROTECTED]
wrote:

 Hi Paul,

 On Tue, Apr 1, 2008 at 11:44 AM, Paul Melis [EMAIL PROTECTED] wrote:
   This probably needs manual intervention to do an update, as I currently
 get
 
   12:43|[EMAIL PROTECTED]:~/c/osg-svn svn up
   svn: Failed to add directory 'include/OpenThreads': object of the same
   name already exists
 
   First removing include/OpenThreads and src/OpenThreads seems to do the
   trick (with an extra svn cleanup)

 Aarggg, I was hoping this would go more smoothly.  To be clear did you
 find:

  svn cleanup
  svn update

 To be sufficient, or did you manually have to remove include/OpenThreads
 and
 src/OpenThreads?

 Robert.
  ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Mattias Helsing
I Can also report successful build(s) on Win32. Updated osg and vpb(HEAD)
one hour ago.
And BTW. This early in my project I really had no complaints about the
DBPager but the latest improvement was *noticable*. great.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Robert Osfield
Hi Paul,

On Tue, Apr 1, 2008 at 12:22 PM, Paul Melis [EMAIL PROTECTED] wrote:
  Just curious: did you remove the svn:externals and add the OpenThreads
  files _in the same svn revision_? I would expect that a revision in
  which the svn:externals is removed followed by a revision in which the
  files are added to work correctly without needing the above manual stuff.

The order of changes to my local OpenSceneGraph was:

  Removed old svn:external entries
  Manually removed the include/OpenThreads and src/OpenThreads directories
  svn copy from osg/OpenThreads/include/OpenThreads to
osg/OpenSceneGraph/include/OpenThreads
  svn copy from osg/OpenThreads/src/OpenThreads to
osg/OpenSceneGraph/src/OpenThreads
  svn commit

So both the change the svn:externals properties and the addition of
the include/src as local copies all happen
in the same checkin and therefore revision.  Usually svn is great at
handling directory changes etc, but it
looks like removal of svn:externals directories is a weak point.
When making my own local changes I removed
the svn:external entries but SVN didn't remove the directories
associated with them so perhaps it's not
too surprising that it's done the same thing for end users too.

So for end users I guess the best plan of action is:

  cd OpenSceneGraph
  rm include/OpenThreads
  rm src/OpenThreads
  svn update

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread David Callu
Hi all

I have the same problem (directory already exist ...)
but I have many copy of OSG SVN.
I have tested your solution Robert, and svn cleanup is required after all
command.

I have try an svn rm include/OpenThreads to keep subversion more aware of
the action but this not solved the problem.

BTW, the svn:externals property on my trunk directory is still here. It is
just an empty property.
I have removed it (svn pd svn:externals in OpenSceneGraph directory),
and do ''svn update to check if it come back, but nothing. I think end user
have to remove it manually.


So for end users :

  cd OpenSceneGraph
  rm include/OpenThreads
  rm src/OpenThreads
  svn update
  svn cleanup
  svn propdel svn:externals

Cheers
David Callu

2008/4/1, Robert Osfield [EMAIL PROTECTED]:

 Hi Paul,


 On Tue, Apr 1, 2008 at 12:22 PM, Paul Melis [EMAIL PROTECTED] wrote:
   Just curious: did you remove the svn:externals and add the OpenThreads
   files _in the same svn revision_? I would expect that a revision in
   which the svn:externals is removed followed by a revision in which the
   files are added to work correctly without needing the above manual
 stuff.


 The order of changes to my local OpenSceneGraph was:

   Removed old svn:external entries
   Manually removed the include/OpenThreads and src/OpenThreads directories
   svn copy from osg/OpenThreads/include/OpenThreads to
 osg/OpenSceneGraph/include/OpenThreads
   svn copy from osg/OpenThreads/src/OpenThreads to
 osg/OpenSceneGraph/src/OpenThreads
   svn commit

 So both the change the svn:externals properties and the addition of
 the include/src as local copies all happen
 in the same checkin and therefore revision.  Usually svn is great at
 handling directory changes etc, but it
 looks like removal of svn:externals directories is a weak point.
 When making my own local changes I removed
 the svn:external entries but SVN didn't remove the directories
 associated with them so perhaps it's not
 too surprising that it's done the same thing for end users too.

 So for end users I guess the best plan of action is:

   cd OpenSceneGraph
   rm include/OpenThreads
   rm src/OpenThreads
   svn update


 Robert.

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
David Callu wrote:

 BTW, the svn:externals property on my trunk directory is still here. 
 It is just an empty property.
 I have removed it (svn pd svn:externals in OpenSceneGraph directory),
 and do ''svn update to check if it come back, but nothing. I think 
 end user have to remove it manually.

Well, I wouldn't expect the externals property to come back in this 
case, as it is just like making a local modification to a file. If you 
then do an svn update you wouldn't expect the file to be reverted to its 
previous state. You need to revert in order to get the property back:

14:26|[EMAIL PROTECTED]:~ cd c/osg-svn/
14:26|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
Properties on '.':
  svn:externals
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn pd svn:externals .
property 'svn:externals' deleted from '.'.
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn up
At revision 8022.
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn revert .
Reverted '.'
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
Properties on '.':
  svn:externals



Robert can do a delete on the property on his side and everybody will 
get it on the next update.

Paul



 So for end users :

   cd OpenSceneGraph
   rm include/OpenThreads
   rm src/OpenThreads
   svn update
   svn cleanup
   svn propdel svn:externals

 Cheers
 David Callu

 2008/4/1, Robert Osfield [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:

 Hi Paul,


 On Tue, Apr 1, 2008 at 12:22 PM, Paul Melis [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
   Just curious: did you remove the svn:externals and add the
 OpenThreads
   files _in the same svn revision_? I would expect that a revision in
   which the svn:externals is removed followed by a revision in
 which the
   files are added to work correctly without needing the above
 manual stuff.


 The order of changes to my local OpenSceneGraph was:

   Removed old svn:external entries
   Manually removed the include/OpenThreads and src/OpenThreads
 directories
   svn copy from osg/OpenThreads/include/OpenThreads to
 osg/OpenSceneGraph/include/OpenThreads
   svn copy from osg/OpenThreads/src/OpenThreads to
 osg/OpenSceneGraph/src/OpenThreads
   svn commit

 So both the change the svn:externals properties and the addition of
 the include/src as local copies all happen
 in the same checkin and therefore revision.  Usually svn is great at
 handling directory changes etc, but it
 looks like removal of svn:externals directories is a weak point.
 When making my own local changes I removed
 the svn:external entries but SVN didn't remove the directories
 associated with them so perhaps it's not
 too surprising that it's done the same thing for end users too.

 So for end users I guess the best plan of action is:

   cd OpenSceneGraph
   rm include/OpenThreads
   rm src/OpenThreads
   svn update


 Robert.

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 mailto:osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
  


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread David Callu
Hi Paul,

Oupps Well see, thanks

So for end users :

  cd OpenSceneGraph
  rm include/OpenThreads
  rm src/OpenThreads
  svn update
  svn cleanup


2008/4/1, Paul Melis [EMAIL PROTECTED]:

 David Callu wrote:

  BTW, the svn:externals property on my trunk directory is still here.
  It is just an empty property.
  I have removed it (svn pd svn:externals in OpenSceneGraph directory),
  and do ''svn update to check if it come back, but nothing. I think
  end user have to remove it manually.


 Well, I wouldn't expect the externals property to come back in this
 case, as it is just like making a local modification to a file. If you
 then do an svn update you wouldn't expect the file to be reverted to its
 previous state. You need to revert in order to get the property back:

 14:26|[EMAIL PROTECTED]:~ cd c/osg-svn/
 14:26|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
 Properties on '.':
   svn:externals
 14:27|[EMAIL PROTECTED]:~/c/osg-svn svn pd svn:externals .
 property 'svn:externals' deleted from '.'.
 14:27|[EMAIL PROTECTED]:~/c/osg-svn svn up
 At revision 8022.
 14:27|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
 14:27|[EMAIL PROTECTED]:~/c/osg-svn svn revert .
 Reverted '.'
 14:27|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
 Properties on '.':
   svn:externals

 Robert can do a delete on the property on his side and everybody will
 get it on the next update.

 Paul


 
 
  So for end users :
 
cd OpenSceneGraph
rm include/OpenThreads
rm src/OpenThreads
svn update
svn cleanup
svn propdel svn:externals
 
  Cheers
  David Callu
 
  2008/4/1, Robert Osfield [EMAIL PROTECTED]

  mailto:[EMAIL PROTECTED]:

 
  Hi Paul,
 
 
  On Tue, Apr 1, 2008 at 12:22 PM, Paul Melis [EMAIL PROTECTED]

  mailto:[EMAIL PROTECTED] wrote:
Just curious: did you remove the svn:externals and add the
  OpenThreads
files _in the same svn revision_? I would expect that a revision
 in
which the svn:externals is removed followed by a revision in
  which the
files are added to work correctly without needing the above
  manual stuff.
 
 
  The order of changes to my local OpenSceneGraph was:
 
Removed old svn:external entries
Manually removed the include/OpenThreads and src/OpenThreads
  directories
svn copy from osg/OpenThreads/include/OpenThreads to
  osg/OpenSceneGraph/include/OpenThreads
svn copy from osg/OpenThreads/src/OpenThreads to
  osg/OpenSceneGraph/src/OpenThreads
svn commit
 
  So both the change the svn:externals properties and the addition of
  the include/src as local copies all happen
  in the same checkin and therefore revision.  Usually svn is great at
  handling directory changes etc, but it
  looks like removal of svn:externals directories is a weak point.
  When making my own local changes I removed
  the svn:external entries but SVN didn't remove the directories
  associated with them so perhaps it's not
  too surprising that it's done the same thing for end users too.
 
  So for end users I guess the best plan of action is:
 
cd OpenSceneGraph
rm include/OpenThreads
rm src/OpenThreads
svn update
 
 
  Robert.
 
  ___
  osg-users mailing list
  osg-users@lists.openscenegraph.org

  mailto:osg-users@lists.openscenegraph.org

 
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
 

 

 
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
 
 

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
David Callu wrote:

 BTW, the svn:externals property on my trunk directory is still here. 
 It is just an empty property.
 I have removed it (svn pd svn:externals in OpenSceneGraph directory),
 and do ''svn update to check if it come back, but nothing. I think 
 end user have to remove it manually.

Well, I wouldn't expect the externals property to come back in this 
case, as it is just like making a local modification to a file. If you 
then do an svn update you wouldn't expect the file to be reverted to its 
previous state. You need to revert in order to get the property back:

14:26|[EMAIL PROTECTED]:~ cd c/osg-svn/
14:26|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
Properties on '.':
  svn:externals
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn pd svn:externals .
property 'svn:externals' deleted from '.'.
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn up
At revision 8022.
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn revert .
Reverted '.'
14:27|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
Properties on '.':
  svn:externals

Robert can do a delete on the property on his side and everybody will 
get it on the next update.

Paul



 So for end users :

   cd OpenSceneGraph
   rm include/OpenThreads
   rm src/OpenThreads
   svn update
   svn cleanup
   svn propdel svn:externals

 Cheers
 David Callu

 2008/4/1, Robert Osfield [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:

 Hi Paul,


 On Tue, Apr 1, 2008 at 12:22 PM, Paul Melis [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
   Just curious: did you remove the svn:externals and add the
 OpenThreads
   files _in the same svn revision_? I would expect that a revision in
   which the svn:externals is removed followed by a revision in
 which the
   files are added to work correctly without needing the above
 manual stuff.


 The order of changes to my local OpenSceneGraph was:

   Removed old svn:external entries
   Manually removed the include/OpenThreads and src/OpenThreads
 directories
   svn copy from osg/OpenThreads/include/OpenThreads to
 osg/OpenSceneGraph/include/OpenThreads
   svn copy from osg/OpenThreads/src/OpenThreads to
 osg/OpenSceneGraph/src/OpenThreads
   svn commit

 So both the change the svn:externals properties and the addition of
 the include/src as local copies all happen
 in the same checkin and therefore revision.  Usually svn is great at
 handling directory changes etc, but it
 looks like removal of svn:externals directories is a weak point.
 When making my own local changes I removed
 the svn:external entries but SVN didn't remove the directories
 associated with them so perhaps it's not
 too surprising that it's done the same thing for end users too.

 So for end users I guess the best plan of action is:

   cd OpenSceneGraph
   rm include/OpenThreads
   rm src/OpenThreads
   svn update


 Robert.

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 mailto:osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
  


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Robert Osfield wrote:

Hi Paul and David,

Thanks for the feedback/suggestions.

On Tue, Apr 1, 2008 at 1:29 PM, Paul Melis [EMAIL PROTECTED] wrote:
  

 Robert can do a delete on the property on his side and everybody will
 get it on the next update.



Now done.  Let us know how you got on.
  

Hmm, it's still there in r8023...

Paul
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Robert Osfield
Hi Paul,

On Tue, Apr 1, 2008 at 2:41 PM, Paul Melis [EMAIL PROTECTED] wrote:
  Hmm, it's still there in r8023...

OK, just did the same thing again... and another checkin.

Could you see if this work now?

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Paul Melis wrote:

Robert Osfield wrote:

  

Hi Paul,

On Tue, Apr 1, 2008 at 2:41 PM, Paul Melis [EMAIL PROTECTED] wrote:
 



Hmm, it's still there in r8023...
   

  

OK, just did the same thing again... and another checkin.

Could you see if this work now?
 



No changes, the latest revision stays at 8023:

15:51|[EMAIL PROTECTED]:~/c/osg-svn svn log -v

r8023 | robert | 2008-04-01 16:28:55 +0200 (Tue, 01 Apr 2008) | 2 lines
Changed paths:
   M /OpenSceneGraph/trunk/README.txt

Updated data for 2.3.7 dev release
[...]

  

Okay, fixed now in r8024! :)

15:57|[EMAIL PROTECTED]:~/c/osg-svn svn up
 U   .
Updated to revision 8024.
15:59|[EMAIL PROTECTED]:~/c/osg-svn svn proplist .
15:59|[EMAIL PROTECTED]:~/c/osg-svn


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Paul Melis
Robert Osfield wrote:

Hi Paul,

On Tue, Apr 1, 2008 at 2:41 PM, Paul Melis [EMAIL PROTECTED] wrote:
  

 Hmm, it's still there in r8023...



OK, just did the same thing again... and another checkin.

Could you see if this work now?
  

No changes, the latest revision stays at 8023:

15:51|[EMAIL PROTECTED]:~/c/osg-svn svn log -v

r8023 | robert | 2008-04-01 16:28:55 +0200 (Tue, 01 Apr 2008) | 2 lines
Changed paths:
   M /OpenSceneGraph/trunk/README.txt

Updated data for 2.3.7 dev release
[...]

Paul
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-04-01 Thread Robert Osfield
Hi Paul and David,

Thanks for the feedback/suggestions.

On Tue, Apr 1, 2008 at 1:29 PM, Paul Melis [EMAIL PROTECTED] wrote:
  Robert can do a delete on the property on his side and everybody will
  get it on the next update.

Now done.  Let us know how you got on.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-03-31 Thread Andy Skinner
Sorry, just getting to it.  I can do all those you mention, but give me
some time.

andy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Osfield
Sent: Monday, March 31, 2008 6:53 AM
To: OpenSceneGraph Users
Subject: Re: [osg-users] Testing of OSG and VPB SVN in prep for nex
devreleases and 2.4 stable release

Thanks to Nicolas and David for build feedback.

It'd be useful to have feedback from Windows, OSX, Solaris etc before
I go tag another dev release.

Thanks in advance for your efforts.
Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or
g
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Testing of OSG and VPB SVN in prep for nex devreleases and 2.4 stable release

2008-03-31 Thread Andy Skinner
So far, my windows and OSX compilations have been fine.

The Solaris compilation failed on
OpenFlight/LightSourcePaletteManager.cpp, needing an include for the
sprintf call.  Adding #includestdio.h to the list of #includes in that
file works fine.  I'm up to about 85% now.

andy


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Osfield
Sent: Monday, March 31, 2008 6:53 AM
To: OpenSceneGraph Users
Subject: Re: [osg-users] Testing of OSG and VPB SVN in prep for nex
devreleases and 2.4 stable release

Thanks to Nicolas and David for build feedback.

It'd be useful to have feedback from Windows, OSX, Solaris etc before
I go tag another dev release.

Thanks in advance for your efforts.
Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or
g
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org