Multiple developer environment

  • Thread starter Thread starter Beegee
  • Start date Start date
B

Beegee

Hi

Please tell me how multiple developers update different pages
simulatneously.
Scenarios like one of the page being edited by other developer has error,
but I want to compile and run my page for testing. Let this project with
VSS.

Thanks

Gopalan
 
Gopalan,
Well the first step is to get your team to all understand and agree that
code should be tested before it's checked in! It's basically "you scratch my
back and I'll scratch yours".
Aside from that, you can always undo a checkout or even go into the VSS
history and revert to a previous version of any file.
Peter
 
Back
Top