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

Re: SVN DIRECTORY TIMESTAMPS ON EXPORT

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-02-03 00:29:59 CET

On Wed, 2005-02-02 at 11:33, Andrew Bidochko wrote:
> I use the following command to export my project from SVN repository
> export -r HEAD --force svn://some.host/rep/project/trunk/ /home/user/project

exports aren't incremental. So each invocation of that command is doing
a fresh export, overwriting what you might have had in the target.

> Each time when I use that command directories timestamps are
> updated with export time (like now). Files came with commit-timestamps
> from the repository.
>
> The question is why directories timestamps are updated each time.

Well, they aren't being "updated" by svn; they're being updated by the
operating system as a result of svn redoing the export.

Perhaps we should be setting directory timestamps on some or all
checkouts or exports; this is the first time anyone has thought about
it, I think.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 3 00:31:12 2005

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

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