Multi-User Development In a Single Project containing Multiple Processes
562688Feb 8 2013 — edited Feb 20 2013Hi,
We have a development team of 3 individuals and we are collaborating on a project. We have multiple processes inside this top level project (application) and at any given time, each one of us is working separately on one of the processes only, i.e., no two people are working on the same process simultaneously. However, we find that when ever some one is working on a process, it locks composite.xml file and no one else can modify composite.xml file since it is read-only to rest of the team. We find this to be a limiting factor as we can not develop in parallel and have to wait till that individual has checked in all relevant files. We are using JDeveloper's TFS plug-in to do the source control.
Are we doing some thing wrong here or is there another way to collaborate in JDeveloper where composite.xml can be shared so that each developer's changes could be merged later on? We will highly appreciate a solution to this problem.
Thanks,
PS