From b4e0a26b731df6e343eacc80a048fe813c2aa859 Mon Sep 17 00:00:00 2001 From: andry81 Date: Sat, 11 Feb 2023 17:41:19 +0300 Subject: [PATCH] 2023.02.11: * changed: .externals: added usage of `vcstool` fork (https://github.com/plusone-robotics/vcstool) project to port `svn:externals` dependencies from svn into git * changed: .gitlinks: removed usage of `git-links` (https://github.com/chronoxor/gil) project because found as not acceptable for usage: https://github.com/chronoxor/gil/issues/6, https://lore.kernel.org/git/1716310675.20230122233403@inbox.ru * changed: README.md: readme update --- .externals | 18 ++++++++++++++++++ .gitlinks | 1 - README.md | 2 +- changelog.txt | 5 +++++ 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .externals delete mode 100644 .gitlinks diff --git a/.externals b/.externals new file mode 100644 index 00000000..aee9a655 --- /dev/null +++ b/.externals @@ -0,0 +1,18 @@ +repositories: + + _externals/contools: + type: git + url: https://github.com/andry81/contools + version: master + subpaths: + - __init__ + - _config + - Scripts/__init__ + - Scripts/Tools/__init__ + - Scripts/Tools/std + - Scripts/Tools/bash + - Scripts/Tools/build + - Scripts/Tools/cmake + - Scripts/Tools/wmi + - Scripts/Tools/xcopy + - Utilities/bin/contools diff --git a/.gitlinks b/.gitlinks deleted file mode 100644 index 7ff3d906..00000000 --- a/.gitlinks +++ /dev/null @@ -1 +0,0 @@ -contools _externals/contools https://github.com/andry81/contools master diff --git a/README.md b/README.md index 76ad342b..42485891 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> **Warning** FOR GIT USERS: Before to clone the repository ensure you have required git extension to process `.gitsvnextmodules` file because the basic functionality of the git does not support that extension! +> **Warning** FOR GIT USERS: To clone including all dependecies you must use [fork](https://github.com/plusone-robotics/vcstool) (has the sparse checkout feature) of the [vcstool](https://github.com/dirk-thomas/vcstool) python module (currently the sparse checkout feature is not merged).

A composite generic library consisted of various modules on different languages: diff --git a/changelog.txt b/changelog.txt index f92e92de..4f9130b9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +2023.02.11: +* changed: .externals: added usage of `vcstool` fork (https://github.com/plusone-robotics/vcstool) project to port `svn:externals` dependencies from svn into git +* changed: .gitlinks: removed usage of `git-links` (https://github.com/chronoxor/gil) project because found as not acceptable for usage: https://github.com/chronoxor/gil/issues/6, https://lore.kernel.org/git/1716310675.20230122233403@inbox.ru +* changed: README.md: readme update + 2023.01.06: * new: .gitlinks: added usage of `git-links` (https://github.com/chronoxor/gil) project to port `svn:externals` dependencies from svn into git * changed: subgit import from svn, branches rework, cleanup of svn related files