Automating Checkins and Builds with VFP and VSS
I use ProjectHooks a lot in my day to day VFP development – for a variety of things: a) copying the completed APP into a test and/or deployment directoryb) ensuring version #s are consistent across our remote development team But what I’m always missing is a way to ensure the latest code is always checked in. We deal with a lot of remote programmers so it’s really important that if I finish working on something that it gets checked in so if others have to work on it, they can grab it without worry. What I have found is that …