Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [papyrus-rt-dev] Gitattibutes against EOL

Woops, I thought this was on the Papyrus ML... You can disregard the previous message :)

 

De : papyrus-rt-dev-bounces@xxxxxxxxxxx [mailto:papyrus-rt-dev-bounces@xxxxxxxxxxx] De la part de LETAVERNIER Camille
Envoyé : vendredi 29 janvier 2016 15:35
À : papyrus-rt developer discussions <papyrus-rt-dev@xxxxxxxxxxx>
Objet : [PROVENANCE INTERNET] Re: [papyrus-rt-dev] Gitattibutes against EOL

 

Ø  Does someone has an objection ?

Ø  Did I missed a file extension used in the project?

 

*.epx, *.emx, *.efx in the RSA Migration test plug-ins (XMI Files -> text files)

*.gmfgen, *.assistants in all diagram plug-ins

*.idgen (Although these files are deprecated, they are still present. Not really an issue since we won’t modify them anyway)

*.exsd for all extension point

*.py in releng/ (We never actually used these scripts so they could probably be removed)

 

I’ve seen a few *.xsd files in some places, but I couldn’t tell where (Some extra plug-ins, most likely)

 

I guess we’ll need a systematic tool to find them all :)

 

Ø  Does someone has an objection ?

 

No, that’s perfect. We were eagerly waiting for the EGit support :)

 

Should this gerrit patch also convert all existing windows EOF to Unix?

 

Camille

 

De : papyrus-rt-dev-bounces@xxxxxxxxxxx [mailto:papyrus-rt-dev-bounces@xxxxxxxxxxx] De la part de MAGGI Benoit
Envoyé : vendredi 29 janvier 2016 15:13
À : papyrus-rt developer discussions <papyrus-rt-dev@xxxxxxxxxxx>
Objet : [PROVENANCE INTERNET] [papyrus-rt-dev] Gitattibutes against EOL

 

Hi,

 

We need to keep consistency in the EOL (Unix vs windows) to avoid conflict such as this one [1]

The usual way to do it is to use .gitattributes [2]

 

Note : the current EGit version doesn't support this feature and it will only be present in the next version [3]

So this change will mostly affect people working with git tooling other than EGit and force them to use LF End Of Line

Then with the next Egit version all the team will be affected.

 

The patch is on gerrit [4].

 

Does someone has an objection ?

Did I missed a file extension used in the project?

 

Regards,

Benoit MAGGI

 

1 : https://git.eclipse.org/r/#/c/57104/1/models/tests/PingPong/PingPong.uml

2 : http://git-scm.com/docs/gitattributes

3 : https://bugs.eclipse.org/bugs/show_bug.cgi?id=342372

4 : https://git.eclipse.org/r/#/c/65466/

 

 

 

 

 


Back to the top