We are using TFVC server workspace repository and there is a problem with too long file names, which causes the conversion to abort:"The following path contains more than the allowed 259 characters". The mentioned folder was a renamed one. Can I somehow exclude this folder? tfignore does only work on local workspace? I also want to clone the repository to git with its history.
I tried to check out to a previous changeset, but somehow I still received the error.
If anyone has a way to circumvent this problem I would be happy to hear about it. I could create a branch of the problematic folder etc.