How to share Derived Data Cache

Hi, I have read the official documentation about DDC. However, it doesn’t explain DDC a lot. I’m in a big team using svn as version control but opening a level needs compiling all shaders which comes problematic during developing. It compiles over thousands of shaders each time the data is updated. We decided to find a way to share DDC in order to reduce the time of compiling. So, my concern is whether it is safe and suitable for us to share DDC by the method provided in the official documentation.

Thank you.