Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 317386

Summary: Add action doesn't stage files in just initialized project
Product: [Technology] EGit Reporter: Dariusz Luksza <dariusz.luksza>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: critical    
Priority: P3 CC: matthias.sohn
Version: 0.9.0   
Target Milestone: 0.9.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Dariusz Luksza CLA 2010-06-20 17:46:25 EDT
Build Identifier: 

I want to stage a file in nearly created project, I've select Team -> Add from file's context menu and nothing happens. Index file was not changed. I've checked it using CGit and there also was no staged files.

Reproducible: Always

Steps to Reproduce:
1. Create a project
2. Share it using EGit UI
3. Create package and a class file
4. From context menu for class file choose Team -> Add
5. Index state does *not* change, class file isn't staged but it should be, this a bug
Comment 1 Matthias Sohn CLA 2010-06-21 04:03:53 EDT
Currently there are 3 different actions (see bug 315306). Up to now to add untracked files you need to run "Team" > "Track".

*** This bug has been marked as a duplicate of bug 315306 ***