<?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: TortoiseSVN and LabVIEW to programmatically export modified files from one revision to another. in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159705#M911237</link>
    <description>&lt;P&gt;This is a partial solution. Thank you.&lt;/P&gt;
&lt;P&gt;From here I will have the path of every modified filed along with the action (deleted, modified, or added) and then I can put all these paths in an array and export each into a folder on local drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;GladiatorLV&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2015 20:51:59 GMT</pubDate>
    <dc:creator>GladiatorLV</dc:creator>
    <dc:date>2015-07-01T20:51:59Z</dc:date>
    <item>
      <title>TortoiseSVN and LabVIEW to programmatically export modified files from one revision to another.</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159448#M911108</link>
      <description>&lt;P&gt;Can I use LabVIEW to programmatically check Modified files in a repository or folder from one version to another and export a list of paths of those files? This is when comparing one version of the repository to another.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 15:34:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159448#M911108</guid>
      <dc:creator>GladiatorLV</dc:creator>
      <dc:date>2015-07-01T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: TortoiseSVN and LabVIEW to programmatically export modified files from one revision to another.</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159462#M911116</link>
      <description>&lt;P&gt;I'm pretty sure this is possible&amp;nbsp;using the SVN Command Line tools (an install option of TortoiseSVN) and System Exec to call it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 15:49:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159462#M911116</guid>
      <dc:creator>Sam_Sharp</dc:creator>
      <dc:date>2015-07-01T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: TortoiseSVN and LabVIEW to programmatically export modified files from one revision to another.</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159468#M911119</link>
      <description>&lt;P&gt;Thank you for your reply&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_14" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/162824" target="_self"&gt;Sam_Sharp&lt;/A&gt;. That's the method I am going for. Do you know the commands I should use? I have searched but haven't found any command that worked. The only one that gave me a list of modified command is ShowCompare and even that didn't take the revision number I passed. Instead a window popped up and asked me to input the revision numbers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 15:54:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159468#M911119</guid>
      <dc:creator>GladiatorLV</dc:creator>
      <dc:date>2015-07-01T15:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: TortoiseSVN and LabVIEW to programmatically export modified files from one revision to another.</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159477#M911123</link>
      <description>&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/9190931/get-changed-files-from-svn-command-line-between-two-revisions" target="_blank"&gt;http://stackoverflow.com/questions/9190931/get-changed-files-from-svn-command-line-between-two-revisions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like 'diff' is the right command to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: With the --summarize flag so it doesn't try to return the actual differences within the files.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 16:01:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159477#M911123</guid>
      <dc:creator>Sam_Sharp</dc:creator>
      <dc:date>2015-07-01T16:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: TortoiseSVN and LabVIEW to programmatically export modified files from one revision to another.</title>
      <link>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159705#M911237</link>
      <description>&lt;P&gt;This is a partial solution. Thank you.&lt;/P&gt;
&lt;P&gt;From here I will have the path of every modified filed along with the action (deleted, modified, or added) and then I can put all these paths in an array and export each into a folder on local drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;GladiatorLV&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:51:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/TortoiseSVN-and-LabVIEW-to-programmatically-export-modified/m-p/3159705#M911237</guid>
      <dc:creator>GladiatorLV</dc:creator>
      <dc:date>2015-07-01T20:51:59Z</dc:date>
    </item>
  </channel>
</rss>

