Mike Lewis
Programmer
Does anyone have any experience of integrating a source control (version control) system with VFP's project manager?
I am using a source control system where the files are hosted on a remote server and accessed over FTP (the system is NG Source 3, but my question is not specific to that product).
So far, we have been using it manually -- checking files in and out via the source control's own interface. That works reasonably well.
I have now been experimenting with integrating the system into VFP. I have successfully added my project to source control, and can check files in and out via the project manager. This is a very nice feature, and really convenient.
However, I have hit two snags:
(i) Opening the project now takes a long time -- around ten seconds. Obviously, this is because VFP needs to check the status of each file on the server. As I am opening projects many times a day, this is a nuisance.
(ii) Although files are checked out automatically when I open them via the project manager, this is not the case when I open them in the command window, which I do very often. This means that I have to constantly remember always to use the project manager. If I forget, I will be working on an uncontrolled local copy of the file, and this defeats the object of having source control.
Does anyone have any comments or advice that might help? Is there anything I am missing that would avoid these issues?
Thanks in advance,
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
My sites:
Visual FoxPro (www.ml-consult.demon.co.uk)
Crystal Reports (www.ml-crystal.com)