Merge local project to the server

P

PS

Hi Everybody,
First of all, lemme explain the need for such a
thing. It's because if multiple clients are checking-out the same
project to update the contents, only the first client gets the write
permission & the rest get only read permission. So, the others modify
the changes concerned to them & save locally.

Now, is it possible that when other clients get to open the project
with write permission, they can merge the contents they had saved
locally thru a wizard or something, which is not manual.

TIA,
PS.
 
D

Dale Howard [MVP]

PS --

The process you are describing is a disaster in the making. The answer is
no, this cannot, and should not be done. I would ask you why is there a
single project that must have multiple editors. I think this is a mistake
and is the source of your problem. I would recommend that you break up this
project into smaller projects, each of which is managed by one person. You
can see all of the projects at once by creating a master project with each
project as a subproject. This would allow each PM to edit his/her own
project, and eliminate the issue you presented in your question. Hope this
helps.
 
Top