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
> > > > 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
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,
> >
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
> 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
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
> 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
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