>>>>> "Graeme" == Graeme Thompson <Thompson> writes:
Graeme> Yes, you would hope that that would be the case, but with
Graeme> subversion *forgetting* the modified date-times, which make
Graeme> uses, when you get out the files you will effectively end up
Graeme> with make performing a Build of the entire project because it
Graeme> thinks that *every* file has changed!
I don't think so.
If you do a checkout, everything will appear new. That makes sense;
you created a new working directory. If you issue "make" in that,
everything will build, just as you need.
If you then do an update, only files changed in the repository will be
touched, so only those have their dates changed. Yes, the dates are
those of the update, not those in the repository. That doesn't hurt;
either way, it is those files that are out of date and those files
whose dependencies are rebuilt.
paul
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 10 16:19:48 2005