Skip to content

Commit

Permalink
2023.03.17:
Browse files Browse the repository at this point in the history
* changed: _install.bat: exclude `.log` and `_out` directories from copying

git-svn-id: svn+ssh://svn.code.sf.net/p/tacklebar/tacklebar/branches/dev/r204_update@396 b6e1d463-c974-416b-a8a8-9e453b4b0c2d
  • Loading branch information
andry81 committed Mar 17, 2023
1 parent af1c941 commit 52f04ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,8 @@ echo.

echo Installing tacklebar...

rem exclude all version control system directories
set "XCOPY_EXCLUDE_DIRS_LIST=.svn|.git|.hg"
rem exclude all version control system directories and output directories
set "XCOPY_EXCLUDE_DIRS_LIST=.git|.svn|.hg|.log|_out"

call :XCOPY_DIR "%%TACKLEBAR_PROJECT_ROOT%%/deploy/.saveload" "%%INSTALL_TO_DIR%%/.saveload" /E /Y /D || goto CANCEL_INSTALL

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023.03.17:
* changed: _install.bat: exclude `.log` and `_out` directories from copying

2023.03.16:
* new: src/scripts/scm/shell/shell_reset_links_in_dir.bat: added `-p[rint-assign]` flag to print all assignments
* new: src/scripts/scm/shell/shell_reset_links_in_dir.bat: added `-reset-wd` flag as shorter version of `-reset-wd-from-target-path`
Expand Down

0 comments on commit 52f04ce

Please sign in to comment.