Difference between revisions of "Resolve Merge Conflicts for CWS Integration"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial import (moved from SO internal Wiki))
 
Line 15: Line 15:
  
 
[[Category:Development]]
 
[[Category:Development]]
 +
[[Category:How to]]
 +
[[Category:Developer_Tools]]

Revision as of 13:22, 3 July 2007

How do I resolve merge conflicts for CWS integration?

When your CWS has been approved by QA you can help integrating it into the master workspace by solving possible merge conflicts in advance. First check whether there are conflicts:

cwsanalyze all

(you have to do this in a scratch directory, not on you CWS).

If there are conflicts, for any conflicting file do (on your CWS, not in the scratch directory where you just did cwsanalyze)

> cd path_to_your_file
path_to_your_file> cwsresync -m HEAD filename

Resolve conflicts, then check in your changes with

path_to_your_file> cwsresync -c filename
Personal tools