To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76678


User rt changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'mba,rt'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Apr 27 15:13:09 +0000 
2007 -------
Some background information (from what I know about that - I am not the code
owner here): 
cwsanalyze easily detects files removed on MWS and changed in CWS, cwsresync
detects when a file has been changed on MWS and removed on CWS. The reason is in
how both tools work. 
cwsanalyze takes the diff from a childworkspace and merges that onto the master.
In your case it finds a diff in a header file, tries to apply that to the HEAD
revision, and fails, because the file has been removed head. So you get that
information 'for free'. cwsresync OTOH takes the diff between two master
milestones and merges that diff to your CWS branch. Here the 'diff' is a
removal, which can been applied to your branch without problems. In order to
emit an warning we would have to explicitly ask cvs about what happened on the
CWS branch, i.e. we would need an additional cvs query. This has not been
implemeted because of performance reasons (cwsresync already is slow enough).
Of course I understand your problem. In the light of 'hedaburemove01' it perhaps
has to be reconsidered whether we choose the right compromise between speed and
security.

Nevertheless I do not think this issue gets fixed soon. As you probably know we
are preparing a change from CVS to some more modern SCM. During this change we
have to adapt all cws tools anyway. I therefore doubt that this issue gets
worked on before this bigger tooling rework. But, yes, when doing that rework we
should have this request in mind.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to