[jbosstools-issues] [JBoss JIRA] (JBIDE-11134) Do not put Eclipse files into .gitignore if an existing project is shared with different Git repository

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Sat Mar 3 04:47:36 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-11134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673353#comment-12673353 ] 

Max Rydahl Andersen commented on JBIDE-11134:
---------------------------------------------

Agree with Andre.

.gitignore needs to have these settings to work properly for pom.xml driven projects.

We could improve it by checking if these files already are in git before adding them to the .gitignore.

If they are already committed then we don't add them to .gitignore, but otherwise we do since they should *not* be committed by default.
                
> Do not put Eclipse files into .gitignore if an existing project is shared with different Git repository
> -------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11134
>                 URL: https://issues.jboss.org/browse/JBIDE-11134
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: openshift
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Lucia Jelinkova
>            Assignee: Max Rydahl Andersen
>            Priority: Minor
>             Fix For: 3.3.0.Beta2
>
>
> When enabling an OpenShift application for an existing project that already contains Git configuration the OpenShift should not change the .classpath, .project and .settings configuration in .gitignore. The user might have had a reason not to ignore them and might be surprised when his configuration changes. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list