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

Re: Forcing commit if only file date has changed.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-03-11 09:10:30 CET

Peter McNab wrote:

> Is it possible to force a commit of a set of files that have been
> "touched" to bring their dates into alignment but whose content has not
> changed?
> It would be nice to be able to later retrieve a set of files previously
> prepared for release.
> Maybe this is an SVN question but I would prefer to use TSVN rather than
> command line hell to talk to the repo.

That's not possible for TSVN. The Subversion library checks first *what*
has changed in a file and transmits only the difference. But if nothing
has changed (file dates don't count), it has nothing to send and so it
won't get committed.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sat Mar 11 09:10:40 2006

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

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