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

Re: How to correct Bogus Date on repository

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 18 Aug 2009 11:24:10 -0500

On Aug 18, 2009, at 09:24, Puig, Juan wrote:

> I'm getting a connection error from tortoisesvn when going to Show
> Log. Apparently there are two particular revisions which are not
> available. I went to the repository server and found this:
>
>> Svnlook date -r 100 myrep
> 2009-08-04 05:23:40 -0300 (Tue, 04 Aug 2009)
>> Svnlook date -r 101 myrep
> Svnlook: Bogus Date.
>> Svnlook date -r 102 myrep
> Svnlook: Bogus Date.
>> Svnlook date -r 103 myrep
> 2009-08-06 11:54:53 -0300 (Thu, 06 Aug 2009)

[snip]

> what I need now is to correct this date because each time I go to
> show log a get a connection error when trying to see this two commits.

svn propedit --revprop -r 101 svn:date

svn propedit --revprop -r 102 svn:date

These will bring up your editor (configured in the EDITOR environment
variable) and you can type in the correct date/time. For the correct
format of this property, look at its format in one of your other
revisions:

svn propget --revprop -r 103 svn:date

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2384830

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-18 18:25:18 CEST

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.