Re: Performance Decrease After Moving Working Copy to Another Machine

2016-06-17 Thread Johan Corveleyn
On Fri, Jun 17, 2016 at 3:08 AM, Brandon Eusebio 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 forma

RE: Performance Decrease After Moving Working Copy to Another Machine

2016-06-16 Thread Brandon Eusebio
s the "stat" command. You have been an awesome help. Thanks again! All the best, Brandon -Original Message- From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: Thursday, June 16, 2016 12:35 AM To: Brandon Eusebio Cc: users@subversion.apache.org Subject: Re: Performance Decreas

Re: Performance Decrease After Moving Working Copy to Another Machine

2016-06-16 Thread Andreas Stieger
Hi, Brandon Eusebio wrote: > I am trying to move/copy a Subversion (version 1.8.10) working copy > from one linux machine to another. [...] > however the performance of svn operations becomes drastically slower. Are the machines software identical w.r.t. svn and it's dependencies? In particular,

Re: Performance Decrease After Moving Working Copy to Another Machine

2016-06-16 Thread Johan Corveleyn
On Wed, Jun 15, 2016 at 11:36 PM, Brandon Eusebio wrote: > Hello, > > > > I am trying to move/copy a Subversion (version 1.8.10) working copy from one > linux machine to another. From researching similar questions/answers, this > seems possible by simply moving the entire folder (along with the .s

Performance Decrease After Moving Working Copy to Another Machine

2016-06-15 Thread Brandon Eusebio
Hello, I am trying to move/copy a Subversion (version 1.8.10) working copy from one linux machine to another. From researching similar questions/answers, this seems possible by simply moving the entire folder (along with the .svn subdirectory). I have implemented a solution that performs this c