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

Re: Performance Decrease After Moving Working Copy to Another Machine

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Fri, 17 Jun 2016 15:15:00 +0200

On Fri, Jun 17, 2016 at 3:08 AM, Brandon Eusebio <beusebio_at_ghs.com> wrote:
> Hello Johan,
>
> Thank you so much for your response! It was incredibly helpful and clear.
>
> You were correct in the fact that my "tar" command was not preserving the correct modified timestamps. It turns out that the default tar format is GNU, which only supports timestamp up to a granularity of seconds (https://bugs.launchpad.net/duplicity/+bug/696614). I added a flag "--format=posix" to get the necessary nanosecond timestamp needed for Subversion.
>
> If it is helpful for your future reference, the linux command to get precise access + modify + change timestamps is the "stat" command.
>
> You have been an awesome help. Thanks again!
>
> All the best,
> Brandon

You're welcome :-). I'm glad it helped.

-- 
Johan
Received on 2016-06-17 15:15:28 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.