I'm planning to put my databases under version control using SQL Source Control. Is there a point to create a normal project structure under repository project file, eg. branches, tags, trunk and put source control into trunk?
Comments
1 comment
-
Thanks for your post.
There aren't any restrictions on how you set up the project.
You could simply have a single repository to store all the files, or you can have the flexibility of trunks and branches.
It probably best to choose whatever method suits your project better.
<http://stackoverflow.com/questions/16142/what-do-branch-tag-and-trunk-really-mean>
Add comment
Please sign in to leave a comment.