cvsps: should ignore TRUNK branch if it exists in log
commit8baa15178e4662a22d8e3ac7da771f61fa964abd
authorDavid D. Kilzer <ddkilzer@kilzer.net>
Sun, 19 Jun 2005 22:57:56 +0000 (20 00:57 +0200)
committerYann Dirson <ydirson@altern.org>
Fri, 16 Jun 2006 21:00:37 +0000 (16 23:00 +0200)
tree8da5c60531f111054151fa5566fb22934185dd75
parent271878e8ac8860c562917e651f0c48235e39ca1f
cvsps: should ignore TRUNK branch if it exists in log

On anoncvs.opensource.apple.com (where access to the now-open-source
WebKit is provided), some files have a branch named "TRUNK" with a
revision of "1".  Yes, I know that's not supposed to be possible, but
they guys at Apple found a way to do it.  Apparently, using "TRUNK"
works in places that "HEAD" does not for some cvs commands.

The current version (2.1) will die when it hits the "TRUNK: 1"
branch/revision.  The attached patch will ignore any branch or tag named
"TRUNK".
cvsps.c