Trying to do some composer install/update with some module being on SVN. Unfortunately the shared mounted drive does not support file locking.
svn: E200033: Another process is blocking the working copy database, or the underlying filesystem does not support file locking; if the working copy is on a network filesystem, make sure file locking has been enabled on the file server
svn: E200033: sqlite[S5]: database is locked
svn: E200033: Additional errors:
svn: E200033: sqlite[S5]: database is locked
On VirtualBox, I had to use cifs mount to solve this issue. Is it possible to do similar here or simply get rid of that svn error ?