function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DCSDCS 

All files show as outgoing change in CVS sync view irrespective of it has changes or not

I am using CVS for version control and have a plugin with Eclipse. When I try to Sync with CVS, all my apex classes and pages show up as outgoing changes. When I double click the file and see the comparison, there are no differences between the remote version and local version. I do 'Overide and Update' from CVS and the file disappear for a moment. But then the workspace starts building ( I have enabled the option 'Build automatically' in my IDE) and the file show up again as outgoing change in 'Synchronize' view.

 

I am not sure if CVS picks up the file as an outgoing change due to the datetime change in the file when the build happens. I am curious to know if someone else has the same issue and how to resolve it. It would be nice to see only those files that are changed when you sync with CVS.