From: Pádraig Brady
Date: Wed, 20 Jan 2016 14:10:30 +0000 (+0000) Subject: gnu-web-doc-update: fix addition of new files X-Git-Tag: v1.0~6837 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6465306025facca3881bcea411b757b0fe8e8df8;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 9614d580b0..1bdf766eac 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