I have inherited a project using Visual Studio Source Control. When the previous developers generated their css they did so in a convoluted folder structure including folders named with Guids, as such merely downloading the project was problematic because of Windows character limit.
The first thing I did was change this and remove the directory and all its contents from source control, I then created a branch in which to develop the application.
The problem occurs when trying to merge the branch back into the main project.
I get a Source Control merge wizard error (TF14078) stating that the path for the directories (that are long gone) is too long and exceeds the windows limits.
I have been manually merging from the branch but it would be more convenient to have the merges done the proper way.
Has anyone else ever encountered this and how did they fix it?