[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: Potential New User questions

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-11-10 16:06:10 CET

>>>>> "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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.