rewriting htdocs history
Chris Shoemaker
c.shoemaker at cox.net
Sat Jun 24 08:30:13 EDT 2006
On Fri, Jun 16, 2006 at 08:01:08PM -0400, Chris Shoemaker wrote:
>
> The trac timeline doesn't seem to work back past the time of the
> import of htdocs.
>
> On the hypothesis that this is because the import introduced revisions
> whose dates were not monotonic, I propose we compress the revision
> date of the htdocs to be the import date. Something like:
>
> $ svn propset svn:date "2006-01-16 20:30:00 -0500" --revprop -r 12376:12814
>
> Are there any objections?
FTR, this was accomplished on Jun 23, with the equivalent of:
for (( i = 12814; i >= 12372 ; i-- )) ;
svn propset svn:date --revprop -r $i "2006-01-16T20:30:00.000000Z" \
svn+ssh://svn.gnucash.org/repo/htdocs;
done
trac then needed a trac-admin resync, and the timeline does appear to
work again. Thanks to Derek and Josh for server-side help.
-chris
More information about the gnucash-devel
mailing list