Hi Robert,

It looks good with the latest SVN.  I just updated under Cygwin and
Visual Studio was able to read all the .dsp's without error.  Thanks!

-Mike

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:osg-users-
> [EMAIL PROTECTED] On Behalf Of Robert Osfield
> Sent: Saturday, February 24, 2007 1:50 PM
> To: osg users
> Subject: Re: [osg-users] SVN .dsp problems
> 
> HI Mike,
> 
> I have re-reun the the propdel and propset on all the examples, could
> you test and provide feedback.
> 
> Cheers,
> Robert.
> 
> On 2/23/07, Mike Wittman <[EMAIL PROTECTED]> wrote:
> > Thanks, Robert.  That worked in part, but it looks like the change
did
> > not take on the 77 .dsp's in the attached file.  I'm not well versed
in
> > SVN, so I'm not sure why it would have failed only on some files...
> >
> > -Mike
> >
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:osg-users-
> > > [EMAIL PROTECTED] On Behalf Of Robert Osfield
> > > Sent: Friday, February 23, 2007 3:05 PM
> > > To: osg users
> > > Subject: Re: [osg-users] SVN .dsp problems
> > >
> > > Hi MIke,
> > >
> > > Thanks for the tip, seemed to work, and have now checked in the
> > > changes to both OpenSceneGraph and OpenThreads.
> > >
> > > Let me know how you get on,
> > > Robert.
> > >
> > > On 2/23/07, Mike Wittman <[EMAIL PROTECTED]> wrote:
> > > > > Hi Mike,
> > > > >
> > > > > On 2/23/07, Mike Wittman <[EMAIL PROTECTED]> wrote:
> > > > > > It looks like this behavior is configurable via the
> > svn:eol-style
> > > > > property.
> > > > > > Robert, would you have a problem with setting svn:eol-style
to
> > CRLF
> > > > on
> > > > > all
> > > > > > the .dsp files to avoid this problem?
> > > > >
> > > > > This was how CVS was configured.
> > > > >
> > > > > Do you know of simply command I can run to make it so?
> > > > >
> > > > > Robert.
> > > >
> > > > Hi Robert,
> > > >
> > > > I think you can do it with these commands (at least it worked
for me
> > > > locally):
> > > >
> > > > find OpenThreads OpenSceneGraph -name '*.dsp' | xargs svn
propdel
> > > > svn:mime-type
> > > > find OpenThreads OpenSceneGraph -name '*.dsp' | xargs svn
propset
> > > > svn:eol-style CRLF
> > > >
> > > > The first command to delete the mime-type was necessary because
some
> > of
> > > > the .dsp's are tagged with application/octet-stream, which is
> > > > incompatible with the eol-style setting.
> > > >
> > > > -Mike
> > > > _______________________________________________
> > > > osg-users mailing list
> > > > osg-users@openscenegraph.net
> > > > http://openscenegraph.net/mailman/listinfo/osg-users
> > > > http://www.openscenegraph.org/
> > > >
> > > _______________________________________________
> > > osg-users mailing list
> > > osg-users@openscenegraph.net
> > > http://openscenegraph.net/mailman/listinfo/osg-users
> > > http://www.openscenegraph.org/
> >
> > _______________________________________________
> > osg-users mailing list
> > osg-users@openscenegraph.net
> > http://openscenegraph.net/mailman/listinfo/osg-users
> > http://www.openscenegraph.org/
> >
> >
> _______________________________________________
> osg-users mailing list
> osg-users@openscenegraph.net
> http://openscenegraph.net/mailman/listinfo/osg-users
> http://www.openscenegraph.org/
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to