Re: svn speed traversing slow filesystems

2005-11-25 Thread Daniel Berlin
On Fri, 2005-11-25 at 12:59 -0500, Kaveh R. Ghazi wrote: > > > > > Actually, i just removed the need for most stat calls during > > > > > update in 1.4. > > > > > > > > Thanks Dan, that's great, but for the remaining i/o calls, it > > > > really does matter if you use long/paths/with/lots/of

Re: svn speed traversing slow filesystems

2005-11-25 Thread Kaveh R. Ghazi
> > > > Actually, i just removed the need for most stat calls during > > > > update in 1.4. > > > > > > Thanks Dan, that's great, but for the remaining i/o calls, it > > > really does matter if you use long/paths/with/lots/of/slashes > > > rather than chdir and ./filenames instead. I belie

Re: svn speed traversing slow filesystems

2005-11-25 Thread Richard Guenther
On 11/25/05, Branko Čibej <[EMAIL PROTECTED]> wrote: > Kaveh R. Ghazi wrote: > > > On Sat, 2005-11-19 at 10:14 -0500, Kaveh R. Ghazi wrote: > > > > Hi Dan, > > > > > > > > (BTW, sorry for the reposted messages.) > > > > > > > > While I was waiting for some svn commands to finish (cleanup, > >

Re: svn speed traversing slow filesystems

2005-11-24 Thread Branko Čibej
Kaveh R. Ghazi wrote: > On Sat, 2005-11-19 at 10:14 -0500, Kaveh R. Ghazi wrote: > > Hi Dan, > > > > (BTW, sorry for the reposted messages.) > > > > While I was waiting for some svn commands to finish (cleanup, > > update) on my solaris2.7 box, which has a slow filesystem, I > > happen

Re: svn speed traversing slow filesystems

2005-11-21 Thread Kaveh R. Ghazi
> On Mon, Nov 21, 2005 at 10:20:26PM -0500, Kaveh R. Ghazi wrote: > > Some OSes (like linux I believe) cache the lookups of the parent > > directories so the speedups are not as pronounced. However GCC is > > developed, and SVN is probably used, on many more places than just > > linux filesys

Re: svn speed traversing slow filesystems

2005-11-21 Thread Daniel Jacobowitz
On Mon, Nov 21, 2005 at 10:20:26PM -0500, Kaveh R. Ghazi wrote: > Some OSes (like linux I believe) cache the lookups of the parent > directories so the speedups are not as pronounced. However GCC is > developed, and SVN is probably used, on many more places than just > linux filesystems. I know m

Re: svn speed traversing slow filesystems

2005-11-21 Thread Kaveh R. Ghazi
> On Sat, 2005-11-19 at 10:14 -0500, Kaveh R. Ghazi wrote: > > Hi Dan, > > > > (BTW, sorry for the reposted messages.) > > > > While I was waiting for some svn commands to finish (cleanup, > > update) on my solaris2.7 box, which has a slow filesystem, I > > happened to run truss -p out o

Re: svn speed traversing slow filesystems

2005-11-19 Thread Daniel Berlin
On Sat, 2005-11-19 at 10:14 -0500, Kaveh R. Ghazi wrote: > Hi Dan, > > (BTW, sorry for the reposted messages.) > > While I was waiting for some svn commands to finish (cleanup, update) > on my solaris2.7 box, which has a slow filesystem, I happened to run > truss -p out of curiosity to see what