From 02222ff8170accb294118a783e8c14c8a7fc2b0d Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Thu, 23 Sep 2021 04:02:32 -0300 Subject: [PATCH] (#7381) Introduce KB 057 on documentation Signed-off-by: Uilian Ries --- docs/error_knowledge_base.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/error_knowledge_base.md b/docs/error_knowledge_base.md index f238abe2ba..c417ba3a43 100644 --- a/docs/error_knowledge_base.md +++ b/docs/error_knowledge_base.md @@ -348,6 +348,11 @@ The duality creates a heterogeneous way of solving dependencies, making it diffi Public Domain is not a license by itself, but consists of all the creative work to which no exclusive intellectual property rights apply. If a project is under Public Domain and there is no license listed, the [Unlicense](https://spdx.org/licenses/Unlicense) should be used. +#### **#KB-H057: "TOOLS RENAME"** + +The [rename()](https://docs.conan.io/en/latest/reference/conanfile/tools/files.html#conan-tools-rename) method will be the standard for Conan 2.0, and +also, it uses [robocopy](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy), which is safer on Windows. + #### **#KB-H058: "ILLEGAL CHARACTERS"** Windows [naming conventions](https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions) and [reserved](https://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words) characters must be avoided for file naming, otherwise the will not be supported on Windows.