Bug 33802 - [Sync Info] Changes to some metafiles are not properly filtered
Summary: [Sync Info] Changes to some metafiles are not properly filtered
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2003-03-04 14:54 EST by Michael Valenta CLA
Modified: 2007-06-19 11:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Valenta CLA 2003-03-04 14:54:32 EST
We have a mechanism which filters out changes that we make to meta-files. 
Certain files are not included in this filtering (namely .cvsignore, CVS/Tag, 
CVS/Template). We need to determine if the filtering should apply to these 
files as well. To reproduce, perform the following steps:

1. Load a version of a project
2. Perform a checkout of the project
3. EclipseSynchronizer#syncFilesChanged gets invoked.

My understanding is that syncFilesChanged is only supposed to be called in 
response to external changes to the sync files.
Comment 1 Jean-Michel Lemieux CLA 2004-06-11 16:51:07 EDT
Post 3.0
Comment 2 Michael Valenta CLA 2007-06-19 11:32:59 EDT
This is an optimization that is not required and we have no plan to address it.