Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 317386 - Add action doesn't stage files in just initialized project
Summary: Add action doesn't stage files in just initialized project
Status: CLOSED DUPLICATE of bug 315306
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Linux
: P3 critical (vote)
Target Milestone: 0.9.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-20 17:46 EDT by Dariusz Luksza CLA
Modified: 2010-06-21 04:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***