Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Version control with Git
Message
De
08/04/2013 20:24:45
 
 
À
08/04/2013 18:45:55
Information générale
Forum:
Git
Catégorie:
Autre
Divers
Thread ID:
01570435
Message ID:
01570442
Vues:
40
>Hi Sergey,
>
>I wonder if you have had any experience with Git source control system. More specifically if you have had experience with Git for VFP projects. If not, what version control system do you use regularly?
>
>Any advice you can give about version control for VFP projects?
>
>Thanks a lot.
>
>Alex



Git works off of directories. It works for any project. Here are some examples of VFP projects using GitHub as the Git database, though it can be used on anybody's computer who has Git installed:

https://www.github.com/RickCHodgin/realtime
https://www.github.com/RickCHodgin/colorwheel
https://www.github.com/RickCHodgin/resourcex
https://www.github.com/RickCHodgin/guithread
https://www.github.com/RickCHodgin/SaveToParser

The issue with using Git for VFP is that it identifies all VCX, SCX, FRX, etc., as binary files and they have to be uploaded completely with each push to the repository. This creates a lot of waste if only a line or two, or a property was changed. However, it does work with deltas internally so that does reclaim some of that waste.

PRG, .H, and general text files work like normal.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform