Please don't top-post. > Jim.Hyslop wrote: > >Murrgon wrote: > > > >>Is there a way to determine if there have been any commits or adds > >>done to a project since a specific date or tag? > > > > > >Do you mean besides using the -r or -d options to diff/log/update?
On Wed, Jul 14, 2004 at 03:07:22PM -0400, Murrgon wrote: > Hmmm, yeah I think I'm gonna need some different method. The problem > is that the machine doing the check for differences does not have the > project checked out to a sandbox so doing a diff won't work. But it could have a sandbox checked out, which would make everything easier. > Bascially what I want to do is set up a build machine that can check > for changes made to the project, and if there are any it will check > out the code and build it. It does a fresh check out each time and > wipes the sandbox after it is finished. Don't write this yourself. Many, many projects already scratch this itch (cruisecontrol, anthill, gump -- these are all java-affiliated, but surely billions more exist for your language of choice). tyler _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
