<?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: SVN on Talend Enterprise in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216535#M12502</link>
    <description>Hi&lt;BR /&gt;i am still working on the SVN permissions setup.&lt;BR /&gt;but one things has become clear: duplication of a project in TAC does *not* duplicate a project - it only 'copies' some details/attributes in TAC into an empty project.</description>
    <pubDate>Thu, 17 Jan 2013 12:27:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-17T12:27:00Z</dc:date>
    <item>
      <title>SVN on Talend Enterprise</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216532#M12499</link>
      <description>what i am trying to understand these aspects: 
&lt;BR /&gt;- it seems that TAC can only manage access to SVN project if every user has the DEFAULT SVN details. 
&lt;BR /&gt;which i do not want to use, as i need to have a Data Quality Team/Person to validate the work before it is accepted in Trunk. 
&lt;BR /&gt;will TAC manage the permissions on SVN, 
&lt;BR /&gt;OR will it be a separated task? 
&lt;BR /&gt; 
&lt;BR /&gt;- does TAC copy permissions of a project, when duplicating it? 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Talend documentation tells me what each data item in the various forms are for - SVN_User =&amp;gt; usename to login into SVN ... . 
&lt;BR /&gt;but it does not tell me how the various parts interact when using different parameters. 
&lt;BR /&gt;I have come to use the commercial version Talend just recently and i am going through a steep learning curve with their offering, and documentation. 
&lt;BR /&gt;maybe someone with greater experience of doing things on the Talend way may be able to assist me here. 
&lt;BR /&gt;regards,</description>
      <pubDate>Fri, 21 Dec 2012 16:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216532#M12499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-21T16:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: SVN on Talend Enterprise</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216533#M12500</link>
      <description>The only thing what the TAC does is to give the studio the credentials and the URL to the SVN server. The TAC does not manage anything in a SVN server at all.&lt;BR /&gt;The studio has an built-in SVN client and communicate with SVN without the TAC as man-in-the-middle.&lt;BR /&gt;I agree with you, that studio should not commit every save and should instead help the user to see what commits are left to do after the developer has completed an minimum of tests but for sure not after simply saving the job.&lt;BR /&gt;You can use the branch capabilities to achieve your goal to have a set of well tested jobs. It is not so much comfortable solved in studio but it works.&lt;BR /&gt;Use the trunck branch for developing and create a new branch for integration tests or for production.</description>
      <pubDate>Sun, 23 Dec 2012 12:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216533#M12500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-23T12:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: SVN on Talend Enterprise</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216534#M12501</link>
      <description>thanks for the straight answer jlolling 
&lt;BR /&gt;it has taken me 3 days to have support team to tell me just that. 
&lt;BR /&gt;i really do not feel comfortable having the whole team, including Junior member to be able to write into the Trunk of projects. 
&lt;BR /&gt;thus i would like to find a way of limiting permissions. 
&lt;BR /&gt;as you clearly pointed out, it has to be done on the SVN server end. 
&lt;BR /&gt;so i have created a couple of groups in SVN: 
&lt;BR /&gt;talendDesigners 
&lt;BR /&gt;talendQualityControlers 
&lt;BR /&gt;in the project template: 
&lt;BR /&gt;talendDesigners have permissions: 
&lt;BR /&gt; r/w - on branches 
&lt;BR /&gt; r - on trunk 
&lt;BR /&gt;talendQualityControlers have permissions: 
&lt;BR /&gt; r/w - on branches 
&lt;BR /&gt; r/w - on trunk 
&lt;BR /&gt; 
&lt;BR /&gt;talendDesigners contains all of our team members 
&lt;BR /&gt;talendQualityControlers contains a few people with more experience to validate the quality of work 
&lt;BR /&gt;the workflow would be that a designer creates a Talend solution under their own branch, and 
&lt;BR /&gt;talendQualityControlers validate this work and copy into Trunk, if accepted 
&lt;BR /&gt;*apparently* it is possible to duplicate a project in TAC, maintaining all its SVN permissions. 
&lt;BR /&gt;if so it would be a matter of setting up the project template correctly and then managing the SVN groups to support the above idea. 
&lt;BR /&gt;any suggestions, critics? 
&lt;BR /&gt;thanks,</description>
      <pubDate>Fri, 28 Dec 2012 11:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216534#M12501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-28T11:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: SVN on Talend Enterprise</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216535#M12502</link>
      <description>Hi&lt;BR /&gt;i am still working on the SVN permissions setup.&lt;BR /&gt;but one things has become clear: duplication of a project in TAC does *not* duplicate a project - it only 'copies' some details/attributes in TAC into an empty project.</description>
      <pubDate>Thu, 17 Jan 2013 12:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SVN-on-Talend-Enterprise/m-p/2216535#M12502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T12:27:00Z</dc:date>
    </item>
  </channel>
</rss>

