Hi,
I am looking for some advice on the best way to set up folder structure for Dev, Test and Prod code. Should I create a repository for each? Or should I create one company repository and folders for Dev, Test and Prod under the single company repository? Is there any books out there or articles on this kind of general Source Control setup for multiple developers?
I am also looking for some advice on what others are doing to allow more then 1 developer to work on the same application.
Thank You in advance.
Folder Structure and Setup advice for Multiple developers
Moderator: SourceGear
You could use the same repository, with different branches for production, development, etc. This way you can merge any changes back into the trunk or from branch to branch.
For information about using source control, a good place to start is Eric Sink's source control how to:
http://www.ericsink.com/scm/scm_branches.html
For information about using source control, a good place to start is Eric Sink's source control how to:
http://www.ericsink.com/scm/scm_branches.html
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager