Blender Git Loki
Git Commits -> Revision 99a2a73
Revision 99a2a73 by Ray molenkamp (master) October 26, 2021, 23:48 (GMT) |
win/make.bat: Add svnfix convenience target SVN seems to die randomly *a lot* during large updates for some users, and I'm no closer to finding out why that keeps happening. "The internet" seems to imply some AV vendors may be at fault here but nothing conclusive. The solution however is repeatedly running `svn cleanup`and `svn update` in the library folder to repair the corruption and finish the update. This change adds a small convenience helper to automate the repair. This is done inside the make.bat code rather than the shared python based update code, since python lives in the library folder and may or may not exist when this corruption occurs. |
Commit Details:
Full Hash: 99a2a737061c7a02c03d7dac4d464c842f0eae63
Parent Commit: 8d8ce64
Lines Changed: +34, -0
1 Added Path:
/build_files/windows/svn_fix.cmd (+26, -0) (View)