From 6465306025facca3881bcea411b757b0fe8e8df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Wed, 20 Jan 2016 14:10:30 +0000 Subject: [PATCH] gnu-web-doc-update: fix addition of new files If there were already added (emnpty) dirs, then cvs aborts the add with the message: cvs [add aborted]: there is a version in <./dirname> already * build-aux/gnu-web-doc-update: Add directories separately to the addition of files, to avoid the above issue impacting the addition of files. --- ChangeLog | 10 ++++++++++ build-aux/gnu-web-doc-update | 11 ++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9614d580b..1bdf766ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2016-01-20 Pádraig Brady
+
+ gnu-web-doc-update: fix addition of new files
+ If there were already added (emnpty) dirs,
+ then cvs aborts the add with the message:
+ cvs [add aborted]: there is a version in <./dirname> already
+ * build-aux/gnu-web-doc-update: Add directories separately
+ to the addition of files, to avoid the above issue
+ impacting the addition of files.
+
2016-01-19 Daiki Ueno