<?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: TIS + SVN in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270703#M48515</link>
    <description>Hello plegall 
&lt;BR /&gt;Thank You for the answers on my different questions. I get the picture much clearer now. I think, the questions are of commmon interest, so other users will certainly profit from the topic discussion. 
&lt;BR /&gt;The evolution in the field of project (job) version-management is of paramount importance and I hope that in the future a CVS adaptation will be available. 
&lt;BR /&gt;Cheers 
&lt;BR /&gt;Benjamin</description>
    <pubDate>Tue, 14 Apr 2009 07:55:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-14T07:55:47Z</dc:date>
    <item>
      <title>TIS + SVN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270696#M48508</link>
      <description>Hi,
&lt;BR /&gt;My company has bought licence for TIS 3.0.2.
&lt;BR /&gt;We have installed Talend Enterprise Editition to use several TIS connected to a SVN repository.
&lt;BR /&gt;1/ All developpers make their commits with same login in SVN, is there a solution to avoid that ? we want to know who make a commit in the repository.
&lt;BR /&gt;2/ Talend makes a commit for each "CTRL + S" done in a job. It is slow, and it makes too much commits. Is it possible to handle commit manually ? We want to commit when we have decided to do it, not automatically.
&lt;BR /&gt;3/ For each commit, we need to add mandatory properties, like "Id tracker". TortoiseSVN is able to handle this kind of properties. How can we add that in TIS ?
&lt;BR /&gt;
&lt;BR /&gt;Thanks
&lt;BR /&gt;Best Regards,
&lt;BR /&gt;Jean-Marie</description>
      <pubDate>Sat, 16 Nov 2024 14:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270696#M48508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: TIS + SVN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270697#M48509</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;1/ All developpers make their commits with same login in SVN, is there a solution to avoid that ? we want to know who make a commit in the repository.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;We've decided to make things simple for this very first SVN version of the repository in TIS 3.0. In the future, we may work the way you ask, can you create a feature request, it is the best way for wishes to become reality. 
&lt;BR /&gt;Currently, you can see who is responsible of a commit, by reading the log message: 
&lt;BR /&gt; 
&lt;PRE&gt;------------------------------------------------------------------------&lt;BR /&gt;r5 | (no author) | 2008-10-09 11:14:20 +0200 (Thu, 09 Oct 2008) | 11 lines&lt;BR /&gt;User 'plegall@talend.org' at 11:13:18 CEST 2008-10-09 : &lt;BR /&gt;Log on project 'SVN Project 2'&lt;BR /&gt;  Create sqlpatterns folder 'Generic' at path '' in project 'SVN Projet 2'&lt;BR /&gt;  Create sqlpatterns folder 'UserDefined' at path 'Generic' in project 'SVN Projet 2'&lt;BR /&gt;  Create sqlpatterns folder 'MySQL' at path '' in project 'SVN Projet 2'&lt;BR /&gt;  Create sqlpatterns folder 'UserDefined' at path 'MySQL' in project 'SVN Projet 2'&lt;BR /&gt;  Create sqlpatterns folder 'Teradata' at path '' in project 'SVN Projet 2'&lt;BR /&gt;  Create sqlpatterns folder 'UserDefined' at path 'Teradata' in project 'SVN Projet 2'&lt;BR /&gt;  Create sqlpatterns folder 'Oracle' at path '' in project 'SVN Projet 2'&lt;BR /&gt;  Create sqlpatterns folder 'UserDefined' at path 'Oracle' in project 'SVN Projet 2'&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt;r4 | (no author) | 2008-10-09 11:14:16 +0200 (Thu, 09 Oct 2008) | 5 lines&lt;BR /&gt;User 'smallet@talend.org' at 11:13:17 CEST 2008-10-09 : &lt;BR /&gt;Apply migrations on project 'SVN Project 2'&lt;BR /&gt;  - migration org.talend.repository.localprovider.RemoveRoutineFolderTask&lt;BR /&gt;  - migration org.talend.repository.localprovider.model.migration.ChangeXmiSerialization&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt;r3 | (no author) | 2008-10-09 11:14:15 +0200 (Thu, 09 Oct 2008) | 3 lines&lt;BR /&gt;User 'smallet@talend.org' at 11:13:16 CEST 2008-10-09 : &lt;BR /&gt;Create project 'SVN Project 2'&lt;/PRE&gt; 
&lt;BR /&gt;So you can parse the Subversion log messages to get the information you need. Does something like a "TIS repository monitoring" activity would be useful? (this can be another feature request). 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;2/ Talend makes a commit for each "CTRL + S" done in a job. It is slow, and it makes too much commits. Is it possible to handle commit manually ? We want to commit when we have decided to do it, not automatically.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;How "slow" is it? (how many seconds does it take approximately?) 
&lt;BR /&gt;The 
&lt;I&gt;"don't commit at each CTRL+S but when user explicitely asks to"&lt;/I&gt; method has also been discussed but rejected because not simple enough (for the first version). May I suggest you to create another feature requests? 
&lt;BR /&gt;We know it makes many commits. How many revisions do you already have in your Subversion repository? I've seen SVN repositories with more than 100k revisions and they still run pretty well. 
&lt;BR /&gt;Maybe you should not consider the TIS SVN repository as a coding repository (where developers directly perform commits and updates) but as a backend for TIS sharing repository. I don't think we can expect the same readibility than a usual coding repository (even if we've tried to make things as readable as possible, it's not a "black box"). 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;3/ For each commit, we need to add mandatory properties, like "Id tracker". TortoiseSVN is able to handle this kind of properties. How can we add that in TIS ?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That's a very interesting point. I suppose you have an issue tracker application where problems related to jobs produced with TIS are collected, and you would like semi-automatic relationship between TIS and the issue tracker. One more time, please create a feature request for this (I'm not responsible if you make interesting suggestions in a single post &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; 
&lt;BR /&gt;Thank you for your feedback about TIS+SVN, we've worked quite a lot on this feature and we would like to reach a maximum of statisfaction from users &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 03 Dec 2008 11:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270697#M48509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-03T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: TIS + SVN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270698#M48510</link>
      <description>Thanks a lot for your quick reply. I will create feature requests for these three features. 
&lt;BR /&gt;Reading the log could be enough for the moment. But for the future, a different login by developer will be necessary, in order to match our quality rules. 
&lt;BR /&gt;I think a webpage "TIS repository monitoring" wouldn't fit our needs, because our project is not fully made with Talend. (others developpers use TortoiseSVN). So we need to know who commited when svn history is openned. 
&lt;BR /&gt;When I said "it is slow to save a job" : my computer freezes 6 seconds each time I save a job. (I have a P4 2.8Ghz with 2go ram) 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Maybe you should not consider the TIS SVN repository as a coding repository (where developers directly perform commits and updates) but as a backend for TIS sharing repository. I don't think we can expect the same readibility than a usual coding repository (even if we've tried to make things as readable as possible, it's not a "black box").&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;--&amp;gt; We are going to create a coding SVN repository. The real repository will be updated manually with Tortoise. 
&lt;BR /&gt; 
&lt;BR /&gt;I have an other question, why can't we synchronize directly the Talend workspace with TortoiseSVN ? 
&lt;BR /&gt;I have tried to create a project in a local repository, then I synchronized the project directory with our SVN repository with tortoise. And I opened the project with Talend and made some changes. 
&lt;BR /&gt;When I do that, there are errors which appears in the local workspace. (cf. picture 
&lt;A href="http://docs.google.com/View?docid=dftmvwgt_6f7rdr7zv" rel="nofollow noopener noreferrer"&gt;http://docs.google.com/View?docid=dftmvwgt_6f7rdr7zv&lt;/A&gt; ) 
&lt;BR /&gt;And it becomes impossible to commit changes. 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Jean-Marie</description>
      <pubDate>Wed, 03 Dec 2008 14:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270698#M48510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-03T14:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: TIS + SVN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270699#M48511</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;When I said "it is slow to save a job" : my computer freezes 6 seconds each time I save a job. (I have a P4 2.8Ghz with 2go ram)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If it freezes your computer, it may mean your CPU is fully occupied (so it's not really related to the SVN backend). Can you report a bug in our bugtracker, we will investigate. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I have an other question, why can't we synchronize directly the Talend workspace with TortoiseSVN ?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Because some files won't support the 
&lt;A href="http://svnbook.red-bean.com/en/1.5/svn.basic.vsn-models.html" target="_blank" rel="nofollow noopener noreferrer"&gt;"Copy-Modify-Merge" default versioning model in Subversion&lt;/A&gt;, like talend.project. This is the "added value" bring by Talend Integration Suite shared repository.</description>
      <pubDate>Tue, 09 Dec 2008 10:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270699#M48511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-09T10:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: TIS + SVN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270700#M48512</link>
      <description>Hi everybody 
&lt;BR /&gt;I find it really interesting, having somebody telling us a little bit about his experience (and problems) encountered with SVN. 
&lt;BR /&gt;My question: Has the actual version of SVN integration in TIS 3.0.4 the same status as the last discussion entry? 
&lt;BR /&gt;Is there any user manual (besides the installation manual) where SVN integration is described ? 
&lt;BR /&gt;cheers 
&lt;BR /&gt;Benjamin 
&lt;BR /&gt;btw: I still do not understand why Talend doesn't want the commonly used team share features from eclipse with user controlled commit, comments etc. if this would be a basis for the business model, i find it strange.</description>
      <pubDate>Fri, 20 Mar 2009 15:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270700#M48512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-20T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: TIS + SVN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270701#M48513</link>
      <description>Hi all - Talend team and ChiefsXX 
&lt;BR /&gt;Please, could anyone explain me in a few words the advantage of the SVN repository over the recently one-and-only available remote-team repository based on MySQL? 
&lt;BR /&gt;We need a professional versioning , where I can go back to any tag, open a branch and do hotfixes on versions. All this would be easily available in Eclipse either as CVS or as SVN to mention only two. Why must we all go back in development standard to the '80. I simply don't get the point. 
&lt;BR /&gt;I have worked 15 Minutes with Talend-SVN, got 49 revisions and have no clue, where to switch back to one of the prior states. My local history has 7 entries. 
&lt;BR /&gt;Is that the future and vision of Talend ? 
&lt;BR /&gt;Benjamin</description>
      <pubDate>Mon, 23 Mar 2009 16:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270701#M48513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-23T16:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: TIS + SVN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270702#M48514</link>
      <description>Hello dobprofi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;My question: Has the actual version of SVN integration in TIS 3.0.4 the same status as the last discussion entry?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes. We introduce no new features on a stable branch and the next stable branch (3.1) is not available yet. As we don't consider the different points discussed here as bugs, nothing has changed. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Is there any user manual (besides the installation manual) where SVN integration is described ?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Everything that must be documented (ie the installation and configuration when adding a project) is documented. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I still do not understand why Talend doesn't want the commonly used team share features from eclipse with user controlled commit, comments etc.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Subversion works at file level while TIS "understands" a project as a whole. With TIS we have a logical view of items, while Subversion only sees files, with no dependency between them. 
&lt;BR /&gt;Another reason is that we don't want to add "Subversion mecanisms understanding" as a prerequisite to TIS use. 
&lt;BR /&gt; 
&lt;BR /&gt;Please consider the SVN implementation you see in TIS 3.0 as a first step. TIS 3.1 will include some features asked by jyaime. Step by step, we integrate SVN as best as possible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; With TIS 3.1, new features related to SVN are: 
&lt;BR /&gt;* 5885 
&lt;BR /&gt;* 5886 
&lt;BR /&gt;And I'm currently working on a way to monitor Subversion repository activity (with Trac maybe). 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I have worked 15 Minutes with Talend-SVN, got 49 revisions and have no clue, where to switch back to one of the prior states. My local history has 7 entries.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;We agree that TIS generates many (certainly too many) revisions in the SVN repository. With TIS 3.1, even with the "automatic mode", we've reduced the number of commits. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;We need a professional versioning , where I can go back to any tag, open a branch and do hotfixes on versions.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That's a good idea, can you please create a feature request in the bugtracker? 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Please, could anyone explain me in a few words the advantage of the SVN repository over the recently one-and-only available remote-team repository based on MySQL?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;faster (much faster), all actions in history (that we will take into account in the future)</description>
      <pubDate>Fri, 10 Apr 2009 16:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270702#M48514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-10T16:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: TIS + SVN</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270703#M48515</link>
      <description>Hello plegall 
&lt;BR /&gt;Thank You for the answers on my different questions. I get the picture much clearer now. I think, the questions are of commmon interest, so other users will certainly profit from the topic discussion. 
&lt;BR /&gt;The evolution in the field of project (job) version-management is of paramount importance and I hope that in the future a CVS adaptation will be available. 
&lt;BR /&gt;Cheers 
&lt;BR /&gt;Benjamin</description>
      <pubDate>Tue, 14 Apr 2009 07:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-SVN/m-p/2270703#M48515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-14T07:55:47Z</dc:date>
    </item>
  </channel>
</rss>

