<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font></div><div><font class="Apple-style-span" color="#000000"><br></font>What about concurrent changes between contributors ?<br>Say I changed a private method A that Levente removes.<br>That's where MC shines.<br></div></blockquote></div><br><div>The cycle consists of... check out slices and packages from the repo, build one or more images, export slices to source, check in code to repo.</div><div><br></div><div>So you have SCM tools working on the important source files to tell you what has changed or what has conflicted. It is not as good at diffing mcz packages since they are zip files, but it does ok on a method level in an st file.</div><div><br></div><div>Secondly you can take someone else's image, import the slice definitions to it, and the Export doCheck will tell you what has changed in their image relative to the slices exported from yours.</div><div><br></div><div><br></div><div>Keith</div></body></html>