summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cvsps.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cvsps.c b/cvsps.c
index be700ba..3143def 100644
--- a/cvsps.c
+++ b/cvsps.c
@@ -2144,6 +2144,11 @@ static void parse_sym(CvsFile * file, char * sym)
if (!get_branch_ext(rev, eot, &leaf))
{
+ if (strcmp(tag, "TRUNK") == 0)
+ {
+ debug(DEBUG_STATUS, "ignoring the TRUNK branch/tag");
+ return;
+ }
debug(DEBUG_APPERROR, "malformed revision");
exit(1);
}