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

Re: Can time stamp changes force a commit operation?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-04-16 20:57:29 CEST

Pedro Sanchez <psanchez@nortelnetworks.com> writes:

> Hello,
>
> Is it possible to tell subversion that a change in the time stamp of a
> file is enough to get it into the repository with the next check in
> operation? that is, even if the content of the file has not changed?

No.

> More specifically, A=configure, B=aclocal.m4 and the project is a GNU
> autoconf/automake project. Process P is the bootstrap script. So I run
> P, which recreates configure and aclocal.m4.

Can you make P append a comment to the end of aclocal.m4 that contains
something which changes with each run, like the current date?

You know, just:

   echo "### File generated at: `date`" >> aclocal.m4

?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 16 21:01:47 2004

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.