Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Source Control
Message
 
À
31/08/2005 17:24:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Divers
Thread ID:
01045693
Message ID:
01045742
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform