PDA

View Full Version : Finding difference between a flow serivice on two servers.


shahzafar
03-31-2006, 15:47
All,

I am faced with a pretty interesting challenge. A developer who worked with us in the past had made some modifications (quite a few) to a flow service on the dev IS. This was an enhancement. A different version of it is in production. I need to find out what all changes he has made to the code.
Is there an easy way of finding the difffernce between two flow services?

I tried to get the flow.xml and do a diff on them and it returned 12000 lines as being different.

Any easy idea will be appreciated.

Thank you,
Z

rmg
03-31-2006, 15:55
Other option is rightclick on flowservice View as HTML in browser and save the html pages dev and prod,do diff with any diff tools or ultraedit.This might not help you fully but atleast some visualize changes can be seen.

HTH,
RMG

shahzafar
03-31-2006, 16:03
wow! That worked great. Thanks RMG!

rmg
04-02-2006, 10:55
Glad to know it helped..

HTH,
RMG