This is the mail archive of the gcc-patches@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]

Re: PATCH: cvs.html


I just tested:

for i in `find . -name Root`; do echo ":pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc" > $i; done

then cvs login (return) and cvs -z 9 update and it converted my
existing anonymous co from gcc to subversion.

cvs -z 9 co gcc took 6:14 on subversions vs 10:49 on gcc, and
-z 9 update on subversion range from 1:22 to 2:35.

-- 
Laurent Guerby <guerby@acm.org>


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