<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to keep forked repositories updated</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83990/how-to-keep-forked-repositories-updated</link><description>I&amp;#39;m currently trying to figure out how exactly the workflow for updating forked repository (i.e. sdk-zephyr) should look like ideally. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/dm_code_base.html#oss-repositories-downstream-project</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 31 Jan 2022 10:10:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83990/how-to-keep-forked-repositories-updated" /><item><title>RE: How to keep forked repositories updated</title><link>https://devzone.nordicsemi.com/thread/350381?ContentTypeID=1</link><pubDate>Mon, 31 Jan 2022 10:10:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cf71be7-7225-4a2f-a66c-c66035bbff50</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In order to update to v2.7.0, you can run&amp;nbsp;&lt;em&gt;git checkout v2.7.0-ncs1&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Or you could also do:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;git checkout &amp;lt;nrf repo associated with zephyr repo 2.7.0-ncs1&amp;gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;west update&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;From you nrf folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;After this you can test your project and resolve your issues, which might occur only if there are any changes in API in the newer versions.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to keep forked repositories updated</title><link>https://devzone.nordicsemi.com/thread/350273?ContentTypeID=1</link><pubDate>Fri, 28 Jan 2022 16:03:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6847556b-6363-46ca-b02b-59d200ecc2cc</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;have contacted experts regarding&amp;nbsp;this and will get back to you soon.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to keep forked repositories updated</title><link>https://devzone.nordicsemi.com/thread/349593?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 14:58:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e15d8017-b0fb-4c92-8dfd-88cd84bc22b5</guid><dc:creator>HFled</dc:creator><description>&lt;p&gt;Thanks, but that tutorial doesn&amp;#39;t contain anything pertaining to my question afaict.&lt;/p&gt;
&lt;p&gt;My question is about how to correctly keep a forked (and modified) downstream repository up to date in the &amp;quot;expected&amp;quot; way eluded to in &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/dm_code_base.html#oss-repositories-downstream-project-history"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/dm_code_base.html#oss-repositories-downstream-project-history&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;Specifically, because of&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;The downstream project history is periodically rewritten. This is important to prevent the number of downstream patches included in a specific nRF Connect SDK release from increasing forever. A repository&amp;rsquo;s history is typically only rewritten once for every nRF Connect SDK release.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p&gt;There are a lot of conflicts when trying to merge (e.g.) sdk-zephyr revision v2.7.0-ncs1 (the current latest release) into v2.6.99-ncs1 (the last release) or in actuality my own version that has some cherry-picks from zephyr upstream on top for critical bugfixes that were not yet released as part of the ncs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to keep forked repositories updated</title><link>https://devzone.nordicsemi.com/thread/349584?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 14:44:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07a4ebb6-d479-4d8b-9016-f8f8187bf6c1</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You could take a look at &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0#:~:text=the%20main%20project-,2.1%C2%A0Manage%20your%20project%20with%20west,-This%20section%20has"&gt;this tutorial&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>