It's all about the answers!

Ask a question

How to remove the local customization's and use the Master Process Project?


Surender Biyyala (403448) | asked Dec 24 '14, 5:19 a.m.
 Hi All,

I have a Parent Project which is shared for use to children.

For one of the Child Project I made some local customization`s. These were now incorporated into the Parent project with some more feature.

I now want to revoke the local customization and use the features coming from the Parent Project.

I tried remove the customization`s that I made to the child Project but still it is not referring to the Parent project to that particular section.

Can any one suggest me how to get this done.

Thanks,
Surender.

One answer



permanent link
sam detweiler (12.5k6195201) | answered Dec 24 '14, 7:11 a.m.
edited Dec 24 '14, 7:12 a.m.
the only way to go back to the parent for a single project is to delete the process XML modifications at the child project area. (the process xml cannot be 'empty'.

this is the minimum  (same as the unconfigured process template)

<?xml version="1.0" encoding="UTF-8"?>
<process-specification xmlns="http://com.ibm.team.process">
    <project-configuration>
    </project-configuration>
</process-specification>


-----
you could force all children back to the parent by marking the sections 'Final' at the parent. this ignores any actual changes done at a child project.

Comments
Surender Biyyala commented Dec 24 '14, 7:15 a.m.

 Thanks Sam !


I just figured it out and about to answer this thread.

Thanks again for the support.

Your answer


Register or to post your answer.