Add single object to source control
Currently I find the filter rules implementation a bit clunky. I personally would prefer to be able to source control individual database objects explicitly. For example, it would be nice to be able to right-click on a database object in SSMS and have the option to add it to source control. This could have the effect of adding an "Include if object name equals xxx" filter rule.
-
akim commented
+1 vote. We need more granular control
-
@Alex - Can I ask why you need multiple filters?
-
Alex Pozimenko commented
How about multiple filters per database/project?
-
Mike Bridge commented
I agree with this---it'd be nice if it adopted some of the UI ideas from TortoiseSVN to give more granularity of control over individual files.
Another related problem is that I can't remove an object from source control from the interface without deleting the object from the database. E.g. if I accidentally add a test object to the repository, adding a filter just ignores the object but it doesn't delete it from the repository. (At least that's how it seems to work using git.)