diff options
Diffstat (limited to 'cvsps/01_ignoretrunk.patch')
| -rw-r--r-- | cvsps/01_ignoretrunk.patch | 16 |
1 files changed, 16 insertions, 0 deletions
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: <crafterm@debian.org> +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); + } |
