On 10/1/07, Steve_Whitehead@jbhunt.com <Steve_Whitehead@jbhunt.com> wrote:
>
> Does Subversion has any option that we can set so that it will us the time
> stamp of the file instead of the time stamp when the file was checked out.
>
> Here is the reason why I am asking this question,
>
> I have added Delphi project to SVN repository.All the files in this project
> were modified some time in April 2007 or before . But when I checked out
> this files from SVN the time stamp on all this files is showing as current
> time stamp.
>
> This might cause a problem while we build Delphi packages. Normally during
> our Delphi build process, we will compile all the source code and get
> dcu's(Delphi compiled units .. just like class files in java), Delphi will
> give you the dcu's for the files that have changed, based on this DCU's we
> will be able to decide which packages to build for the changes made and
> promote only those packages.
>
> But if the time stamp on the source file is changed Delphi will try to
> compile all the DCU's and we will have to build all the Delphi packages
> every time .
Check out the use-commit-times option in the client configuration.
http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1.3.2
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 1 20:35:12 2007