<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ThingWorx source control with git clean &amp;amp; smudge report error in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/ThingWorx-source-control-with-git-clean-amp-smudge-report-error/m-p/692581#M48417</link>
    <description>&lt;P&gt;I contacted Sean and the issue was resolved with the below suggestion:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;git config filter.thingworx.clean "sed -e 's/lastModifiedDate=\".*$/lastModifiedDate=\"\"/g'"&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 01:36:27 GMT</pubDate>
    <dc:creator>Jimwang</dc:creator>
    <dc:date>2020-10-14T01:36:27Z</dc:date>
    <item>
      <title>ThingWorx source control with git clean &amp; smudge report error</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/ThingWorx-source-control-with-git-clean-amp-smudge-report-error/m-p/689849#M48068</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm referring the article to config git :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ptc.com/en/support/article/CS267770" target="_blank" rel="noopener"&gt;https://www.ptc.com/en/support/article/CS267770&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've followed the last section "&lt;STRONG&gt;Updating ThingWorx with Import of a Project from Git&lt;/STRONG&gt;" to config the clean and smudge,&amp;nbsp; but&amp;nbsp; run git add / git status report the error below,&amp;nbsp; the replace command doesn't work.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;DIV id="vt100"&gt;
&lt;PRE&gt;&lt;SPAN class="od"&gt;sed: no input files                                                                                                                                                                                                                                                                      &lt;/SPAN&gt;
&lt;SPAN class="ev"&gt;error: external filter 'sed -i 's/lastModifiedDate=[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9].[0-9][0-9][0-9]-[0-9][0-9]:[0-9][0-9]/lastModifiedDate=/g'' failed 4                                                                                      &lt;/SPAN&gt;
&lt;SPAN class="od"&gt;error: external filter 'sed -i 's/lastModifiedDate=[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9].[0-9][0-9][0-9]-[0-9][0-9]:[0-9][0-9]/lastModifiedDate=/g'' failed                                                                                        &lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could someone help on it ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 15:52:11 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/ThingWorx-source-control-with-git-clean-amp-smudge-report-error/m-p/689849#M48068</guid>
      <dc:creator>seanccc</dc:creator>
      <dc:date>2020-09-26T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: ThingWorx source control with git clean &amp; smudge report error</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/ThingWorx-source-control-with-git-clean-amp-smudge-report-error/m-p/692581#M48417</link>
      <description>&lt;P&gt;I contacted Sean and the issue was resolved with the below suggestion:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;git config filter.thingworx.clean "sed -e 's/lastModifiedDate=\".*$/lastModifiedDate=\"\"/g'"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 01:36:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/ThingWorx-source-control-with-git-clean-amp-smudge-report-error/m-p/692581#M48417</guid>
      <dc:creator>Jimwang</dc:creator>
      <dc:date>2020-10-14T01:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: ThingWorx source control with git clean &amp; smudge report error</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/ThingWorx-source-control-with-git-clean-amp-smudge-report-error/m-p/693398#M48522</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/299300"&gt;@seanccc&lt;/a&gt;.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Since the solution has been provided, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you for your participation in our community!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;--Sharon&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 13:44:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/ThingWorx-source-control-with-git-clean-amp-smudge-report-error/m-p/693398#M48522</guid>
      <dc:creator>slangley</dc:creator>
      <dc:date>2020-10-16T13:44:52Z</dc:date>
    </item>
  </channel>
</rss>

