------- Additional Comments From hjl at lucon dot org 2007-07-21 14:25 ------- (In reply to comment #11) > i know the way you want to show me. is there an easy way to just > download/checkout let's say the first 100 commited patches? (compile time > isn't > an issue, system is really fast but has slow internet connection)
From http://sourceware.org/ml/binutils-cvs/2006-10/ it looks like "October 31, 2006 22:59 UTC" hasthe first 100 patches from 2006-10-20 to 2006-11-27. I can do # cvs -z 3 -d :pserver:[EMAIL PROTECTED]:/cvs/src co -D "October 31, 2006 22:59 UTC" binutils to check it out. You can use the same command with a different time for "-D" to update your tree to a different time, like # cvs -z 3 -d :pserver:[EMAIL PROTECTED]:/cvs/src co -D "November 27, 2006 22:05 UTC" binutils will update your tree to "November 27, 2006 22:05 UTC". Since you don't need to check out the whole tree after the first check out, incremental check out isn't very slow. Also you can rsync CVS repository: http://sources.redhat.com/sourceware/rsync.html so that you check it out locally. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4781 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils