Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
------------------------------------------------------------------------
r5 | (no author) | 2008-10-09 11:14:20 +0200 (Thu, 09 Oct 2008) | 11 lines
User 'plegall@talend.org' at 11:13:18 CEST 2008-10-09 :
Log on project 'SVN Project 2'
Create sqlpatterns folder 'Generic' at path '' in project 'SVN Projet 2'
Create sqlpatterns folder 'UserDefined' at path 'Generic' in project 'SVN Projet 2'
Create sqlpatterns folder 'MySQL' at path '' in project 'SVN Projet 2'
Create sqlpatterns folder 'UserDefined' at path 'MySQL' in project 'SVN Projet 2'
Create sqlpatterns folder 'Teradata' at path '' in project 'SVN Projet 2'
Create sqlpatterns folder 'UserDefined' at path 'Teradata' in project 'SVN Projet 2'
Create sqlpatterns folder 'Oracle' at path '' in project 'SVN Projet 2'
Create sqlpatterns folder 'UserDefined' at path 'Oracle' in project 'SVN Projet 2'
------------------------------------------------------------------------
r4 | (no author) | 2008-10-09 11:14:16 +0200 (Thu, 09 Oct 2008) | 5 lines
User 'smallet@talend.org' at 11:13:17 CEST 2008-10-09 :
Apply migrations on project 'SVN Project 2'
- migration org.talend.repository.localprovider.RemoveRoutineFolderTask
- migration org.talend.repository.localprovider.model.migration.ChangeXmiSerialization
------------------------------------------------------------------------
r3 | (no author) | 2008-10-09 11:14:15 +0200 (Thu, 09 Oct 2008) | 3 lines
User 'smallet@talend.org' at 11:13:16 CEST 2008-10-09 :
Create project 'SVN Project 2'
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.
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 ?
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").
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)
I have an other question, why can't we synchronize directly the Talend workspace with TortoiseSVN ?
My question: Has the actual version of SVN integration in TIS 3.0.4 the same status as the last discussion entry?
Is there any user manual (besides the installation manual) where SVN integration is described ?
I still do not understand why Talend doesn't want the commonly used team share features from eclipse with user controlled commit, comments etc.
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.
We need a professional versioning , where I can go back to any tag, open a branch and do hotfixes on versions.
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?