<?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: Code Warrior with SubVersion in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141303#M1371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I don't think there is a plugin to have the GUI inside of the CodeWarrior IDE. But there is nothing which stops you from using subversion with an external GUI, I'm using TortoiseSVN which adds the user interface to the Windows explorer.&lt;BR /&gt;As tip when using CW with either subversion or cvs, keep the mcp's readonly. This way CW always asks before changing them, otherwise CW modifies them when just opening the mcp.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 23:33:04 GMT</pubDate>
    <dc:creator>CompilerGuru</dc:creator>
    <dc:date>2006-12-28T23:33:04Z</dc:date>
    <item>
      <title>Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141302#M1370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Code Warrior for a Small project, but I have Subversion as a version control tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know if Code Warrior can be used with Subversion? I could find CVS support and I believe Subversion is similar, but I could not find any way to set it up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 19:53:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141302#M1370</guid>
      <dc:creator>Void</dc:creator>
      <dc:date>2006-12-28T19:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141303#M1371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I don't think there is a plugin to have the GUI inside of the CodeWarrior IDE. But there is nothing which stops you from using subversion with an external GUI, I'm using TortoiseSVN which adds the user interface to the Windows explorer.&lt;BR /&gt;As tip when using CW with either subversion or cvs, keep the mcp's readonly. This way CW always asks before changing them, otherwise CW modifies them when just opening the mcp.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 23:33:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141303#M1371</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2006-12-28T23:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141304#M1372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I asked about this a while ago, and was told "NO!".&lt;BR /&gt;&lt;BR /&gt;SVN is becoming very popular, so I'm sure this won't be the last time that CW users ask for it. &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;BR /&gt;For me, TortoiseSVN is good enough. But good integration with the CW IDE would be nice.&lt;BR /&gt;&lt;BR /&gt;FYI: &lt;A href="http://forums.freescale.com/freescale/board/message?board.id=CWCOMM&amp;amp;message.id=1546&amp;amp;query.id=11711#M1546" target="_blank"&gt;previous thread on SVN&lt;/A&gt;&lt;P&gt;Message Edited by Bruce_ on &lt;SPAN class="date_text"&gt;2007-02-18&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;12:18 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 20:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141304#M1372</guid>
      <dc:creator>Bruce_andrew</dc:creator>
      <dc:date>2007-02-18T20:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141305#M1373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;We are using Subversion with our Code Warrior projects. Using subversion as just a way to work with code files and has nothing to do with the CodeWarrior IDE. Just check in all the files you need to archive. One suggestion is to Export the IDE project file into an XML file and archive that file. The IDE project file is binary and changes every time you open the project, so I don't recommend archiving that file. Archiving the XML file allows one to track text based changes to the project. However, you need to export the project to XML everytime you make significant changes to the project.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 21:33:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141305#M1373</guid>
      <dc:creator>Wayne</dc:creator>
      <dc:date>2007-05-07T21:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141306#M1374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tHello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this old thread through a Google search of "Subversion Code Warrior".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has it YET occured to anyone , 3 years later, to STOP SCREWING WITH THE .mcp file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What even changes there for just opening the project, anyway? There is no good way to insure multiple users (or even one, for that matter), don't either save it when they shouldn't or not save it when they should. This circumvents completely the purpose of using source control software in the first place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any change there could make creating an exact - match target impossible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it at least true that the only changes that SHOULD be there are through the project "Settings" interface? So the rule can at least be, "IF and ONLY IF you change something through the "Settings" dialog, then save the .mcp file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have had "read-only" set before, and when opening the project been warned "The settings file for project "...mcp" was locked, so some user settings will not be saved". This is a real nuisance - but does it solve the problem? Just "click - through" each time. Will anything important be lost this way, without knowing it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If nothing significant is stuck into the .mcp file casually, wouldn't a simple bug fix patch to remove the willy-nilly stuff solve a large hastle for everyone?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 01:22:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141306#M1374</guid>
      <dc:creator>odnt</dc:creator>
      <dc:date>2009-03-14T01:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141307#M1375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CodeWarrior also stores some internal data in the .mcp file.&lt;/P&gt;&lt;P&gt;If you are planning to use a version control software I would highly recommend you to export your .mcp file to a .xml file and checking the .xml file in your version control system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any programmer who checks the project out should then import the .xml file&amp;nbsp;to create a .mcp file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 20:19:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141307#M1375</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2009-03-16T20:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141308#M1376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;CrasyCat wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.... I would highly recommend you to export your .mcp file to a .xml file ....&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Could you please explain how to do that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 23:34:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141308#M1376</guid>
      <dc:creator>MrBean</dc:creator>
      <dc:date>2009-03-16T23:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141309#M1377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Start CodeWarrior&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Open your .mcp file in the IDE&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Select "File" -&amp;gt; "Export Project" and follow the instructions on the screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 22:53:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141309#M1377</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2009-03-17T22:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior with SubVersion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141310#M1378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thanks !&amp;nbsp; &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some strange reason i have always overlooked that :-/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 00:01:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-with-SubVersion/m-p/141310#M1378</guid>
      <dc:creator>MrBean</dc:creator>
      <dc:date>2009-03-18T00:01:00Z</dc:date>
    </item>
  </channel>
</rss>

