<?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 Recreating Workspaces from GIT? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Recreating-Workspaces-from-GIT/m-p/670708#M32877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;In a &lt;A _jive_internal="true" href="https://community.nxp.com/thread/444142"&gt;previous thread&lt;/A&gt;, the advice was given that when placing an LPCXpresso project on a SCCS (like Git), only "the project folder" should be placed under source control. This sounds perfectly reasonable, except my firmware consists of two projects:&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17928i4D9681262C65A0CF/image-size/large?v=v2&amp;amp;px=999" title="before.png" alt="before.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;So in order to "simulate" a colleague trying to collaborate via SCCS, I deleted the .metadata directory and moved the entire workspace to a different location. I then opened LPCXpresso, entered the new location of the workspace directory, and I am faced with a completely empty workspace:&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17898i9A31673785A06B1B/image-size/large?v=v2&amp;amp;px=999" title="after.png" alt="after.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;How do I reconstitute the workspace to its former state? IIRC MS Visual Studio projects have a simple, standalone, easily identifiable, relative-path-based workspace definition file on the top level directory which makes this problem trivially easy to understand and solve. What's the corresponding LPCXpresso solution?&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;PS./ I understand that lpc_chip_11uxx_lib is an unmodified library provided by LPC, I'm open to recommendations regarding standard practice for inclusion in SCCS, or standard practice for indicating the dependency.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 May 2017 01:23:53 GMT</pubDate>
    <dc:creator>tobert</dc:creator>
    <dc:date>2017-05-08T01:23:53Z</dc:date>
    <item>
      <title>Recreating Workspaces from GIT?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Recreating-Workspaces-from-GIT/m-p/670708#M32877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;In a &lt;A _jive_internal="true" href="https://community.nxp.com/thread/444142"&gt;previous thread&lt;/A&gt;, the advice was given that when placing an LPCXpresso project on a SCCS (like Git), only "the project folder" should be placed under source control. This sounds perfectly reasonable, except my firmware consists of two projects:&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17928i4D9681262C65A0CF/image-size/large?v=v2&amp;amp;px=999" title="before.png" alt="before.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;So in order to "simulate" a colleague trying to collaborate via SCCS, I deleted the .metadata directory and moved the entire workspace to a different location. I then opened LPCXpresso, entered the new location of the workspace directory, and I am faced with a completely empty workspace:&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17898i9A31673785A06B1B/image-size/large?v=v2&amp;amp;px=999" title="after.png" alt="after.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;How do I reconstitute the workspace to its former state? IIRC MS Visual Studio projects have a simple, standalone, easily identifiable, relative-path-based workspace definition file on the top level directory which makes this problem trivially easy to understand and solve. What's the corresponding LPCXpresso solution?&lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;PS./ I understand that lpc_chip_11uxx_lib is an unmodified library provided by LPC, I'm open to recommendations regarding standard practice for inclusion in SCCS, or standard practice for indicating the dependency.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 01:23:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Recreating-Workspaces-from-GIT/m-p/670708#M32877</guid>
      <dc:creator>tobert</dc:creator>
      <dc:date>2017-05-08T01:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Workspaces from GIT?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Recreating-Workspaces-from-GIT/m-p/670709#M32878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to tell eclipse about your projects, so you need to import them. Use the Import existing project option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However a far more convenient way to work with git in eclipse is to use the eGit plugin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 11:38:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Recreating-Workspaces-from-GIT/m-p/670709#M32878</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-05-09T11:38:50Z</dc:date>
    </item>
  </channel>
</rss>

