Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Number Cruncher
Please see submitted report and patch at http://www.cmake.org/Bug/view.php?id=8168 Bill Hoffman wrote: Number Cruncher wrote: Thanks for getting back to me. I'm working on a patch right now (with my best guess as to what was originally intended). Hopefully I'll have patch in the next day or s

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Bill Hoffman
Number Cruncher wrote: Thanks for getting back to me. I'm working on a patch right now (with my best guess as to what was originally intended). Hopefully I'll have patch in the next day or so. Should I just post it here? Better to create a bug entry and post it there. Thanks! -Bill

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Number Cruncher
Thanks for getting back to me. I'm working on a patch right now (with my best guess as to what was originally intended). Hopefully I'll have patch in the next day or so. Should I just post it here? Simon. OK, so I am going to be brutally honest here... The person that wrote the CVS/SVN upd

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Bill Hoffman
Bill Hoffman wrote: Number Cruncher wrote: Okay, I *think* I get that "svn log" is called for "U ", i.e. updated, but not for "M|C|G But why is "svn status" called when the file is updated to an older copy? Number Cruncher wrote: The more I look at the CVS logs for this, the more convinced I

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Bill Hoffman
Number Cruncher wrote: Okay, I *think* I get that "svn log" is called for "U ", i.e. updated, but not for "M|C|G why is "svn status" called when the file is updated to an older copy? Number Cruncher wrote: The more I look at the CVS logs for this, the more convinced I am that there's a major

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Number Cruncher
Okay, I *think* I get that "svn log" is called for "U ", i.e. updated, but not for "M|C|G why is "svn status" called when the file is updated to an older copy? Number Cruncher wrote: The more I look at the CVS logs for this, the more convinced I am that there's a major bug in the retrieval of

Re: [CMake] CTest Subversion support and update handler

2008-11-25 Thread Number Cruncher
The more I look at the CVS logs for this, the more convinced I am that there's a major bug in the retrieval of log information for modified files. Apologies if my last post was a bit blunt. I'm just a bit disappointed at not having any response to my bug submissions or patches. I'm trying to do

[CMake] CTest Subversion support and update handler

2008-11-24 Thread Number Cruncher
I'm trying to patch CTest (CMake 2.6.2) so that it can handle spaces in usernames, but am having real difficulty understand the cmCTestUpdateHandler::ProcessHandler() source and believe there may be fundamental bugs in the code. The lack of *any* comments doesn't help and makes me worry about