cancel
Showing results for 
Search instead for 
Did you mean: 

Source code maintenance for multiple clients in NWDI

Former Member
0 Kudos

Hello All,

We have a Java Webdynpro application that runs on java platform. We are using NWDI for Development, Deployment and to manage source code of this application for single client. Now we want to give the same applcation to multiple client. One way is to create a development track with multiple Client track, so that we can do the changes related to client requirement at Client track and our master code will not effect. In future if some common changes arrives which is required by each client then we will do that change in development track. My question here is if we will import our code from development track to client track with this common changes, should it overwrite the earlier changes of client track or is there any way we can merge the code of development track with client track without effecting the changes specific to client track.

Regards,

Sourabh Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sourabh,

What normally happens when you transfer development from one track to another within NWDI is the appearance of conflicts.

Those conflicts will tell you that an object has been modified on the source development track and also on your client track. The way you resolve your conflict will tell if you want to keep the source comming from the main developement track or from your customer track so you will actually have the choice,

Br,

Arnaud

Former Member
0 Kudos

Where I'm a bit more curious is about the ability to have one development track and several client track working correctly.