Hello everyone,
I am a newb here and I hope that someone can help me achieving this goal. We are currently using Harvest (forced to) as our source control. The management wanted to be able to manage each stage of development. The methodology we implemented in Harvest is CheckOut-Lock-Modify-ChechIn so only ONE user can work on a given file at one time. We hate this method so we look into SVN so we can do checkout-modify-merge-checkin. Multiple users can work on the same file at the same time. We just need to be careful when we merge back. This part is figured out and good to go.
We also use Dev-Test-Stage-Production to promote each stage of the work in Harvest. Developers do the works in Dev and promote to Test after all are tested. However, ONLY the system admin can promote your works in Stage and Production. We have to do this because of Auditing and managements need to show the auditor that they have control of the workflow.
How can I achieve this method in SVN? We are currently using Microsoft products (C#, ASP.net, Classic ASP, SQL). Your ideas and suggestions are greatly appreciated.
Thank you.
I am a newb here and I hope that someone can help me achieving this goal. We are currently using Harvest (forced to) as our source control. The management wanted to be able to manage each stage of development. The methodology we implemented in Harvest is CheckOut-Lock-Modify-ChechIn so only ONE user can work on a given file at one time. We hate this method so we look into SVN so we can do checkout-modify-merge-checkin. Multiple users can work on the same file at the same time. We just need to be careful when we merge back. This part is figured out and good to go.
We also use Dev-Test-Stage-Production to promote each stage of the work in Harvest. Developers do the works in Dev and promote to Test after all are tested. However, ONLY the system admin can promote your works in Stage and Production. We have to do this because of Auditing and managements need to show the auditor that they have control of the workflow.
How can I achieve this method in SVN? We are currently using Microsoft products (C#, ASP.net, Classic ASP, SQL). Your ideas and suggestions are greatly appreciated.
Thank you.