Hi, a recent update I made to Linux libraries removed then added new
libraries (instead of adding/removing individual files),
it seems to have caused problems updating with unversioned files in
these directories (Python's "__pycache__/" in particular).

I'm not sure how many users this impacted, but if you run into the
problem the following command should resolve the issue:

 cd ../lib/linux_centos7_x86_64/
 svn revert --recursive .

... after this, running "make update" in your source directory should
work as expected.

There is some discussion on the topic here:
https://devtalk.blender.org/t/23102/17

-- 
- Campbell
_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to