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

RE: Problems with relocating Subversion on Server with wrong Machine Date

From: Chris Breier <cbreier_at_avastonetech.com>
Date: 2007-01-16 22:20:29 CET

Can you tell me the format the date time needs to be in? Thanks for your
help.

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2007a@ryandesign.com]
Sent: Tuesday, January 16, 2007 2:54 PM
To: Chris Breier
Cc: users@subversion.tigris.org
Subject: Re: Problems with relocating Subversion on Server with wrong
Machine Date

On Jan 16, 2007, at 14:45, Chris Breier wrote:

> Last week we ran out of room on our Subversion server. Our network
> admins set up a new windows server and installed Subversion 1.4.2
> and brought over our existing repositories. All is working fine
> with access but today I noticed that the Machine date and time were
> wrong. It was set for Jan 31st. Is there a way I can change the
> time of the files through svn?

So you've fixed the machines date/time, and now you want to correct
the files that were created during that time? You can fix the OS
modification date/time using your OS tools. For any revisions in
Subversion that ended up with the wrong date/time stamp, you can use
"svn propset --revprop -r REV svn:date DATETIME" where REV is the
revision whose data you want to change, and DATETIME is the date/time
you want to set for that revision. You will need to install a pre-
revprop-change hook first to allow such changes to be made. See the
file hooks/pre-revprop-change.tmpl in your repository directory for
an example.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 16 22:21:02 2007

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.