svn tag inspection: mrs $ time cvs log version.c | grep apple-gcc-52 real 0m3.640s user 0m0.181s sys 0m0.037s
mrs $ time svn ls svn+ssh://gcc.gnu.org/svn/gcc/tags | grep -i apple- gcc-52
real 0m5.233s user 0m0.083s sys 0m0.061s Is there a better/faster way of doing this? I did: svn co svn+ssh://gcc.gnu.org/svn/gcc/tagsin the hopes that I could just update it form time to time, and have a list of all tags, but... empty directory...