Comments
2 comments
-
Unfortunately, SQL Source Control does not put any kind of lock on the repository to stop users from making changes from outside of the tool. As access is determined by users permissions (which is independent of the tool), I cannot see how this could happen using the current model.
However, I would recommend that you post on the SQL Source Control UserVoice Forum. The development team use this to gather feature ideas and to gauge user interest in them. Please include a brief description of why this would be useful.
http://redgate.uservoice.com/forums/390 ... ce-control -
WEdmonds.
SQL Source Control adopts the Edit-Merge-Commit source control doctrine. This is described in more detail here:
http://www.ericsink.com/scm/scm_checkins.html
This is increasingly popular as a methodology as it doesn't prevent developers from commencing work. The newer DVCS source control systems like GIT and Mercurial are very much based on this philosophy.
David Atkinson
Red Gate
Add comment
Please sign in to leave a comment.
If dev one adds AdventureWorks database to source control, there seems to be nothing stopping the other three devs from continuing to make changes outside of version control. Is this correct? I thought that adding a database to source control would keep others from being able to make changes without going through committing the changes.