Thnanks for the tips, just tried it and it partially works - propedit bring up the correct message for editing, but when I say it I get the error:
svn: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent svn: At least one property change failed; repository is unchanged Any ideas? Robert. On Dec 21, 2007 2:50 PM, Jean-Sébastien Guay <[EMAIL PROTECTED]> wrote: > Hello Robert, > > >> Is it possible for me to credit the fix to someone else? My colleague > >> Guy Prémont ([EMAIL PROTECTED]) had originally subclassed > >> osg::Sequence in the company's code to fix the problem and alerted me > >> to it, so I submitted it. > > > > Its a bit late now, unless we can edit svn comments. Any idea how? > > Yeah, I should have mentioned it when submitting, I'll remember next > time. There does seem to be a way to edit SVN comments. > From http://svn.haxx.se/users/archive-2004-06/1365.shtml : > > > Basically, you can do this three ways: > > > > 1. svn propset svn:log --revprop -r <REVISION> "My corrected log > > message" <URL> > > 2. svn propset svn:log --revprop -r <REVISION> -F > > <file-with-corrected-log-message.txt> <URL> > > 3. svn propedit svn:log --revprop -r <REVISION> > > I guess the third will start your editor and you can type in the > revised comment. > > > Thanks, > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [EMAIL PROTECTED] > http://whitestar02.webhop.org/ > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
