Forum Discussion

ederlezi's avatar
ederlezi
New Contributor
6 years ago
Solved

How to work with many people on the same project/projects ?

Hi,    Before I describe the way we work I would like to ask some questions first. Please be aware, that we use  TFS versioning control of the source files. We don't use Keyword tests.    - i...
  • karkadil's avatar
    6 years ago

    The best way to work with MDS and PJS files is to keep common version under source control (TFS in your case). If you need to modify it, you have to check out the latest version, make changes and then commit the changes. Do not try to merge these files, most probably you'll get a broken file. Also do not simply commit your local file copy without checking out it first, because you can have a lot of changes in your local file copy and after commit it will affect all team members.