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 ec83215 commit 6ce02f3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
31 changes: 31 additions & 0 deletions .externals
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
repositories:

_externals/tacklelib:
type: git
url: https://github.com/andry81/tacklelib
version: master
subpaths:
- __init__
- _config
- bash/__init__
- bash/tacklelib

_externals/contools:
type: git
url: https://github.com/andry81/contools
version: master
subpaths:
- __init__
- _config
- Scripts/__init__
- Scripts/Tools
- Utilities/bin

_externals/external_tools:
type: git
url: https://github.com/andry81-3dparty/contools--external_tools
version: master
subpaths:
- scm/svn
- python
- deps
3 changes: 0 additions & 3 deletions .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">Set of batch scripts (experimental) for the svn command line tools including
the svn command line tools (Win32) as is from:</h4>
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.07:
* fixed: __init__/__init__.bat: execution fixup

Expand Down

0 comments on commit 6ce02f3

Please sign in to comment.