I fiddled around with TortoiseGit and managed to create the patch. It is attached.<div><br></div><div>Please integrate this into your repository so it is included in version 2.8.7 :)<br><div><div><br></div><div>---------</div>
Robert Dailey<br>
<br><br><div class="gmail_quote">On Mon, Oct 31, 2011 at 5:41 PM, Robert Dailey <span dir="ltr">&lt;<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I have added source code support for this myself. I updated the following files:<div><br></div><div>cmLocalVisualStudio7Generator.cxx</div><div>cmLocalVisualStudio10TargetGenerator.cxx</div><div><br></div><div>The existing SCC support code was already in these files, I just added the SccAuxPath support to it.</div>

<div><br></div><div>I&#39;m not an expert at creating patch files outside of TortoiseSVN on Windows, so could someone explain how to create a patch file for these on Windows 7? Also how would you like me to deliver the code? I hope to see it introduced in version 2.8.7</div>

<div><br></div><div>Thanks.<br clear="all"><div><br></div><div>---------</div>Robert Dailey<div><div></div><div class="h5"><br>
<br><br><div class="gmail_quote">On Mon, Oct 31, 2011 at 4:10 PM, Robert Dailey <span dir="ltr">&lt;<a href="mailto:rcdailey@gmail.com" target="_blank">rcdailey@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

There are actually 4 SCC related key/value pairs used in VS2003 VCPROJ files:<div><div><br></div><div><span style="white-space:pre-wrap">        </span>SccProjectName=&quot;SAK&quot;</div><div><span style="white-space:pre-wrap">        </span>SccAuxPath=&quot;SAK&quot;</div>


<div><span style="white-space:pre-wrap">        </span>SccLocalPath=&quot;SAK&quot;</div><div><span style="white-space:pre-wrap">        </span>SccProvider=&quot;SAK&quot;</div></div><div><br></div><div>
CMake supports these 3 via set_target_properties():</div><br>VS_SCC_LOCALPATH<br>VS_SCC_PROJECTNAME<br>VS_SCC_PROVIDER<div><br></div><div>Apparently one more is needed to support &quot;SccAuxPath&quot;:</div><div><br></div>


<div>VS_SCC_AUXPATH</div><div><br></div><div>Can someone add support for this? Thanks.<br><div><div><br></div><div>---------</div>Robert Dailey<br>
</div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div>