[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: Max Bowsher <maxb_at_ukf.net>
Date: 2004-04-16 22:20:04 CEST

C. Michael Pilato wrote:
> Pedro Sanchez <psanchez@nortelnetworks.com> writes:
>
>> Yes, that is possible, and is maybe the only solution. But I was hoping
>> subversion will give me an option natively. Maybe something to add to
>> the wish list? Something like
>>
>> svn propset svn:timestamp "on" aclocal.m4
>>
>> would be nice. Thanks you for your answer.
>
> File it as a FEATURE request in our tracker. Let the masses
> decide. :-)

CVS can do this (cvs ci -f), so that is a fairly powerful argument for it,
given svn's target audience.

Pedro: Timestamps are a property of revisions, not files.

Therefore an appropriate user interface would be:

svn commit --force-<something> file-to-commit

Where the behaviour of the new flag is to bypass discarding of items to be
committed if they are unchanged.

An entry in issuezilla would be a good idea, so this isn't forgotten.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 16 22:22:49 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.