I need the functionality to integrate two versions (documents) into one document. Sounds simple. But the problem is that I want the CVS could be easily adapted so that this versioning functionality is not file-based, but string based. That means, it has a signature like that:
    [out] string CVSIntegrate([in] string version1, [in] string version2)
 
kindly guide

Reply via email to