If anyone is interested in using cvsps-2.1 to pull patchsets (or patchset info) from CVS for WebKit (very handy for backing out entire commits using "patch --reverse"), I created a couple of patches to fix issues I found when running cvsps against anoncvs.opensource.apple.com. http://www.cobite.com/cvsps/ The attached patches do the following: cvsps-2.1-alloc-logbuff-dynamically.diff - Dynamically allocate a char* buffer for log entries. Previously, at least one of the log entries in WebCore was being truncated because it was longer than 32K. cvsps-2.1-ignore-TRUNK-branch.diff - Ignore the TRUNK pseudo-branch when reading in revisions for a file. If you're using fink, the cvsps.info and cvsps.patch files may be downloaded from here: http://sourceforge.net/tracker/index.php?func=detail&aid=1098684&group_id=17... The patches have also been posted to the Debian Bug Tracking System and sent to the author. Dave
participants (1)
-
ddkilzer@kilzer.net