AnkhSvn ignoring database project files question
There are a number of files in my database project that AnkhSvn isn't co开发者_如何学编程mmitting to the repository. To clean things up using Tortoise, can I safely add them all to the ignore list?
Projectname.dbmdl
Projectname.dbproj.schemaview
Projectname.dbproj.user
Sql\debug\*
Sql\release\*
Indeed, add those to the ignore list. AnkhSVN doesn't need that, because Visual Studio tells Ankh what files should be source controlled (and it ignores the rest).
They are all user files and/or generated. See linked questions for more info about .dbproj.schemaview
and .dbmdl
files. The rest speaks for itself.
精彩评论