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

Re: [Subclipse-users] Updated files have wrong timestamp

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-03-29 17:06:57 CEST

On 3/29/07, Jens Seidel <jensseidel@users.sf.net> wrote:
>
> Hi,
>
> I noticed that subclipse uses the (modification) time stamp of the
> affected file on the server when updating files. This results in files
> with a future time stamp on my system which confuses make. Subversion
> (svn update) uses the local host time instead.
>
> I use Linux, SVNKit, Subclipse 1.2.0 and eclipse 3.3M5eh.
>
> Should I open a bug report?

Subclipse does not touch your files. Subversion does it via the API call
(such as update) that we make. Subversion has two options here. The
default is to set the time to current time. You can modify this via the
config file in ~/.subversion to "Use-commit-time".

It sounds like you have that setting defined. If the command line is
behaving differently, you might want to check your preferences in Eclipse.
Open to Team -> SVN and see if you overrode the location of the config
files. It could be that the API when used via Subclipse is being pointed at
a different config file.

Finally, if after all that you think there is a bug, you would want to send
the relevant information to support@svnkit.com.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Thu Mar 29 17:07:09 2007

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

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