<?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: Documentation of Talend Development with SVN Integration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319838#M90037</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000005HlztAAC"&gt;@npiette&lt;/A&gt;&amp;nbsp;.&lt;/P&gt; 
&lt;P&gt;I kind of want to document to know about real time utilization of these trunk,branch and tag options with talend..&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 07:37:41 GMT</pubDate>
    <dc:creator>ashif2</dc:creator>
    <dc:date>2017-11-08T07:37:41Z</dc:date>
    <item>
      <title>Documentation of Talend Development with SVN Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319836#M90035</link>
      <description>&lt;P&gt;Is there any documentation for Talend integration with SVN.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How trunk,branch and tag concepts works in talend development realtime?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Note:&lt;/P&gt; 
&lt;P&gt;I'm moving from Open Studio to Enterprise Edition . So I want to understand the basic working logic behind this..&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 16:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319836#M90035</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2017-11-07T16:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation of Talend Development with SVN Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319837#M90036</link>
      <description>&lt;P&gt;Let me grab someone who can assist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-N&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 21:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319837#M90036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T21:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation of Talend Development with SVN Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319838#M90037</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000005HlztAAC"&gt;@npiette&lt;/A&gt;&amp;nbsp;.&lt;/P&gt; 
&lt;P&gt;I kind of want to document to know about real time utilization of these trunk,branch and tag options with talend..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 07:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319838#M90037</guid>
      <dc:creator>ashif2</dc:creator>
      <dc:date>2017-11-08T07:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation of Talend Development with SVN Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319839#M90038</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You should follow the principles below:&lt;/P&gt; 
&lt;P&gt;- Always develop new features in trunk&lt;/P&gt; 
&lt;P&gt;- Developers will tag frequently (maybe daily) so that we can build snapshot binaries from the tags.&amp;nbsp; Developers can create tag from their studio&lt;/P&gt; 
&lt;P&gt;- If version x.y is in production, and we need to do patch, then we will create a branch from the tag x.y and fix the bug in that branch.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;A tag is a readonly marker to say this whole project was at that state when we put a tag.&amp;nbsp; It is a good way to open previous version of the whole project.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So basically:&lt;/P&gt; 
&lt;P&gt;1) The project manager or release manager creates the new Talend Project in TAC&lt;/P&gt; 
&lt;P&gt;2) Users/Developers in TAC are assigned Read/Write rights by the Project Manager&lt;/P&gt; 
&lt;P&gt;3) Developers build their jobs in trunk&lt;/P&gt; 
&lt;P&gt;4) Developers can tag their whole project everyday.&lt;/P&gt; 
&lt;P&gt;5) Developers/CI build the job on the right server and push the binaries into Nexus.&lt;/P&gt; 
&lt;P&gt;6) If you need to hotfix a job, you create a branch from the tag (of the job in production) and you fix in the branch.&amp;nbsp; You need to reapply the patch in the trunk as well.&amp;nbsp; You will tag the branch build your hot fixed job from the branch.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 19:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Documentation-of-Talend-Development-with-SVN-Integration/m-p/2319839#M90038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T19:16:07Z</dc:date>
    </item>
  </channel>
</rss>

