Re: svnversion & svn st
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-22 16:03:05 CEST
Bill Comisky <bcomisky@pobox.com> writes:
> I noticed that when I run 'svnversion' and 'svn st' it will take a "long"
Yes. Every single working file in your working copy needs to be stat()ted.
> and then after the first execution it will run quickly (< 1s).
And now your OS disk-caching kicks in. :-)
> I just did a 'find . -ctime -2', 'find . -mtime -2', and 'find -atime -2'
I'm not sure I understand your question. Subversion uses an algorithm
* if the timestamp hasn't changed ==> no change
> This is probably a non-issue for most, but I call svnversion from my
svnversion is basically doing the same thing, but on directories: it
---------------------------------------------------------------------
|
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.