This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
svn tag inspection
- From: Mike Stump <mrs at apple dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 21 Oct 2005 15:38:38 -0700
- Subject: svn tag inspection
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/tags
in the hopes that I could just update it form time to time, and have
a list of all tags, but... empty directory...