View Single Post
  #1  
Old 09-01-2016, 06:53 AM
dhollman dhollman is online now
Registered User
 
Join Date: 09-26-2013
Posts: 9
Unreliable file modification timestamps from source control

We do VB6 builds using VBP.

They are setup using a VBG file to organize all the projects with interdependencies, and we rely on VBP to work out what needs to be rebuilt.

The problem I'm having is that since we use Mercurial (Git would be the same I think) the file timestamps are not a reliable way to check what needs to be rebuilt. Mercurial sets them to the last "get latest" time, nothing to do with changes to the files.

Are there any strategies to deal with this in VBP? It is possible to script an update to all files which looks in the repository history for their last change and updates their timestamps, but this is very slow to run.

Thanks
Reply With Quote