Skip to content

Commit

Permalink
2023.02.11:
Browse files Browse the repository at this point in the history
* 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: chronoxor/gil#6, https://lore.kernel.org/git/[email protected]
* changed: README.md: readme update
  • Loading branch information
andry81 committed Feb 11, 2023
1 parent 944914e commit 050eef4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .externals
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion .gitlinks

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
<h4 align="center">A composite generic library consisted of various modules on different languages:

Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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/[email protected]
* 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
Expand Down

0 comments on commit 050eef4

Please sign in to comment.