Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] egit: add or add to index?

EGit team provider 3.51
Eclipse: Scala IDE build of Eclipse SDK

Build id: 4.0.0-rc2-20141030-1206-Typesafe


In the EGit tutorial , the text indicates that one adds a file to git by Team->add  but my experience with the latest EGit has Team->Add to Index.

When .classpath showed up in files staged, I hit Team->Ignore, but the file remained in the staging area.

Next, when I tried to commit a modified file, that file did not show up in the commit dialog (however the ignored .classpath file was also not there - an improvement).  Filling out the commit dialog and clicking next did cause the latest changed file to be able to be pushed to origin.

One mystifying result of using EGit with Scala is that “Run As” returns ‘none applicable’ and a launch configuration must be configured.  If I try to examine the existing Scala launch configuration by clicking or selecting it, I just get a ‘new configuration’ entry.

Should .classpath be ignored?  What other files should or should not be included.  I’d like the origin to be able to push files to multiple IDEs, such as IntelliJ and Sublime Text.

Stephen

Back to the top