Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Source Control
Message
 
To
31/08/2005 17:24:30
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Miscellaneous
Thread ID:
01045693
Message ID:
01045742
Views:
25
Hi David,

>Any advice on merging class libraries? Is it possible?

With one client I'm using CVS. To being able to merge class libraries and forms I wrote a utitlity that converts all binary project files into XML files and vice versa. We only check in the XML files, not the class libraries. This way, CVS (or SubVersion) can usually merge files automatically.

You can download my tool from ftp://foxpert.homeip.net/twofox.zip. Call GenXML to create the XML files for all binary files, call GenCode to convert all XML files back to code. The process in CVS is:

- run GenXML
- update sandbox from repository
- solve conflicts
- run GenCode
- test application
- commit modified XML files
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform