From time to time it would seem the Schema Comparison tool creates a new file for an existing table/view and swaps it out of the Database project for the old one. For example:
Original file:
MyViewName.view.sql
New file:
MyViewName_1.view.sql
The original file remains on disk, but the database project references the new one instead. Does anyone know why this occurs and how I can stop it? (Wreaks havoc when comparing svn branches)