This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]