From aba880f759d649bddbc1bafef9c4a8b7486b8d10 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sat, 14 Dec 2024 00:40:59 -0500 Subject: local/cvsps: new aport --- cvsps/01_ignoretrunk.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cvsps/01_ignoretrunk.patch (limited to 'cvsps/01_ignoretrunk.patch') diff --git a/cvsps/01_ignoretrunk.patch b/cvsps/01_ignoretrunk.patch new file mode 100644 index 0000000..2f58ddb --- /dev/null +++ b/cvsps/01_ignoretrunk.patch @@ -0,0 +1,16 @@ +Author: +Description: Ignore TRUNK branch name patch +--- a/cvsps.c ++++ b/cvsps.c +@@ -2104,6 +2104,11 @@ + + 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); + } -- cgit v1.2.3