Bug 21128 - [CVS UI] Need to ensure CVS folders are hidden
Summary: [CVS UI] Need to ensure CVS folders are hidden
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal with 1 vote (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Platform-VCM-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 12386 21252 25411 35884 49522 56548 66335 72588 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-06-28 10:56 EDT by Michael Valenta CLA
Modified: 2005-05-09 13:55 EDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Valenta CLA 2002-06-28 10:56:55 EDT
It turns out that if anyone imports a CVS project into Eclipse before the CVS 
plugins are loaded, the CVS folders will appear and not be marked team-private. 
The only solution I can think of is to have a CVS specific project import 
wizard.
Comment 1 Michael Valenta CLA 2002-07-11 16:46:34 EDT
There is a facility associated with ISaveParticipant that will give a plugin 
the list of deltas between startup and when the plugin is loaded. We should 
make use of this to determine if CVS folders were created while the CVS plugin 
wasn't loaded. We could then correct the situation and inform the user about 
what action to take (i.e. restart Eclipse).
Comment 2 Michael Valenta CLA 2002-09-06 14:44:15 EDT
Changed title from "May need an Import CVS project wizard"

Another possible soultion is a light-weight plugin that is loaded at startup 
and listens for resource deltas involving properly formed CVS folders. This 
will remove the need for an import wizard or a save participant. However, CVS 
folders sould still appear if the delta processing were halted after the CVS 
folder were imported but before the deltas were handled (due to a system crash, 
for instance).
Comment 3 Michael Valenta CLA 2002-09-06 14:45:32 EDT
*** Bug 21252 has been marked as a duplicate of this bug. ***
Comment 4 Michael Valenta CLA 2002-09-09 15:05:05 EDT
*** Bug 12386 has been marked as a duplicate of this bug. ***
Comment 5 Michael Valenta CLA 2002-09-09 15:05:34 EDT
See bug 12386 for descriptions of when CVS folders appear
Comment 6 Michael Valenta CLA 2002-09-19 16:32:14 EDT
A plugin has been created that is loaded on startup and will hide CVS folders 
properly. However, this plugin has not been released to dev.eclipse.org because 
this is only a temporary solution. The plugin is available on the VCM 
component's Development resources page:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-
home/dev.html
Comment 7 Michael Valenta CLA 2002-09-19 16:32:48 EDT
The plugins name is org.eclipse.team.cvs.delta
Comment 8 Michael Valenta CLA 2002-10-28 08:13:30 EST
*** Bug 25411 has been marked as a duplicate of this bug. ***
Comment 9 John Arthorne CLA 2003-04-01 10:05:34 EST
*** Bug 35884 has been marked as a duplicate of this bug. ***
Comment 10 Michael Valenta CLA 2004-01-06 09:40:30 EST
*** Bug 49522 has been marked as a duplicate of this bug. ***
Comment 11 Jean-Michel Lemieux CLA 2004-03-29 09:04:29 EST
*** Bug 56548 has been marked as a duplicate of this bug. ***
Comment 12 Michael Valenta CLA 2004-06-10 09:30:21 EDT
*** Bug 66335 has been marked as a duplicate of this bug. ***
Comment 13 Michael Valenta CLA 2004-08-25 09:52:34 EDT
*** Bug 72588 has been marked as a duplicate of this bug. ***
Comment 14 Michael Valenta CLA 2005-05-09 13:55:56 EDT
This was fixed in 3.1 M6