<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Which tag&#x2F;branch should I choose for a custom modification]]></title><description><![CDATA[<p dir="auto">hi,<br />
I am developing a software-prototype and like do some custom modification to the qt therefor. I choose qit to manage my modifications in a branch. I like only to care about released versions, like the 4.7.2 and later the successor (4.7.3?) .<br />
Should I use the tag "v4.7.2" as base of our branch?<br />
Or should I use the branch "4.7-stable" ?</p>
<p dir="auto">thanks in advance<br />
Jan</p>
]]></description><link>https://forum.qt.io/topic/4895/which-tag-branch-should-i-choose-for-a-custom-modification</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 14:28:30 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/4895.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Apr 2011 09:53:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Which tag&#x2F;branch should I choose for a custom modification on Wed, 06 Apr 2011 14:06:20 GMT]]></title><description><![CDATA[<p dir="auto">If you don't want "bleeding edge" features, branch from tag.</p>
<p dir="auto">That's what we do here : we have a public repository, and our main branch.<br />
@<br />
git checkout v4.6.2 -b 4.6.2-Patched<br />
@</p>
<p dir="auto">Hack, cherry-pick some changes for backport, tag, push to some public repository...</p>
<p dir="auto">When we want to port our changes to a new version:<br />
@<br />
git pull<br />
git checkout v4.7.1 -b 4.7.1-Patched<br />
git merge 4.6.2-Patched<br />
@</p>
<p dir="auto">Here you go, brand new version with your patches :-)</p>
]]></description><link>https://forum.qt.io/post/82951</link><guid isPermaLink="true">https://forum.qt.io/post/82951</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 06 Apr 2011 14:06:20 GMT</pubDate></item><item><title><![CDATA[Reply to Which tag&#x2F;branch should I choose for a custom modification on Wed, 06 Apr 2011 11:34:58 GMT]]></title><description><![CDATA[<p dir="auto">Try chatting directly with some Qt developer on IRC. Freenode network, channel #qt-labs : irc://irc.freenode.net/qt-labs</p>
]]></description><link>https://forum.qt.io/post/82930</link><guid isPermaLink="true">https://forum.qt.io/post/82930</guid><dc:creator><![CDATA[dangelog]]></dc:creator><pubDate>Wed, 06 Apr 2011 11:34:58 GMT</pubDate></item></channel></rss>