Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 317387 - Add action doesn't work on folders
Summary: Add action doesn't work on folders
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 major (vote)
Target Milestone: 0.9.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-20 17:56 EDT by Dariusz Luksza CLA
Modified: 2010-06-21 04:06 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:56:17 EDT
Build Identifier: 

I've try to stage whole folder using EGit UI. I've selected from folder's context menu Team -> Add but index file was not changed (EGit doesn't show folder and files decorators for staged folder/file, also CGit doesn't show any changes in index).

In case of staging folders EGit should also stage all files that are in this folder.

Reproducible: Always

Steps to Reproduce:
1. In any project that is shared using git add folder or package
2. Add a file in this new folder/package
3. From package/folder's context menu select Team -> Add
4. Nothing happen, index file wasn't changed; this is a bug
Comment 1 Matthias Sohn CLA 2010-06-21 04:06:40 EDT
Currently you need to run "Team" > "Track" to stage untracked files or folders.

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