I installed svn2git to quickly convert SVN repositories to GIT. I tried the converting procedure on a different machine (Ubuntu 16.04) and a different SVN repository which worked without a problem.
Right now I am on Linux Mint Cinnamon with a different (but very simillar) SVN repository.
git clone https://my.git.com/repository.git
cd repository
svn2git svn://my.svn.com/repository --authors ../authors_transform.txt
.
.
.
error: unable to create symlink asp/layer/man/rep/onewith_totalmax_victory.php (File name too long)
read-tree -m -u -v HEAD HEAD: command returned error: 128
I have read about the /home encryption possibility (as a file length limit), which is not my case. Tried touching random string
touch Etiam_tortor_est0_placerat_sit_amet_dolor_in0_ultricies_malesuada_nisi-_Aenean_et_urna_enim-_Vivamus_porta0_velit_et_pulvinar_fermentum0_urna_lacus_tempor_sapien0_et_laoreet_tellus_elit_nec_ligula-_Nulla_iaculis0_libero_eget_rutrum_mattis0_nisl_velit_vive
Which is 256 characters and creates the file.
How to deal with this?
EDIT: The problem occurs on macOS Sierra aswell.