Is there a point for creating normal branches, tags, trunk?
larus
Posts: 15
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
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>