blender/build_files
Ray Molenkamp 116d7b0042 make.bat: update the libraries before calling update_sources.py
The issue we ran into a lot is we have a python script that updates
git+SVN. Which works fine most of the time, except when we have a
python update in SVN, or worse a python version change. Python really
doesn't enjoy having its files being deleted or changed while it is
running and users generally end up with a corrupted lib folder.

This change updates the library folder using svn.exe first before
letting the python script run sidestepping the issue in most cases.

The python script will still run and do the more elaborate work
like updating git and switching SVN branches which could still
run into issues cause python still doesn't like being changed
while running but there's not a whole lot we can about that,
for *most* people however things will just work now.
2022-10-21 09:50:14 -06:00
..
build_environment Cycles: Bump versions of DPC++, IGC, and dependencies 2022-10-21 12:19:54 +02:00
buildbot File headers: use SPDX license for CMake files 2022-02-11 14:23:56 +11:00
cmake Cycles: oneAPI: migrate from deprecated APIs, require libSYCL 6.0+ 2022-10-21 15:36:49 +02:00
config Revert "Blender 3.3 - Beta" 2022-07-27 17:32:05 +02:00
package_spec Cleanup: remove "<pep8 compliant>" from headers 2022-06-02 20:16:20 +10:00
utils Fix Linux bpy wheel failing to install due to wrong ABI flags 2022-09-16 15:53:37 +02:00
windows make.bat: update the libraries before calling update_sources.py 2022-10-21 09:50:14 -06:00