SVN 255 character issue
2 answers
This is a Windows limitation, not a turtle limitation.
Has Windows 7 removed the 255 character file access restriction?
+5
a source to share
Subversion works pretty well with paths longer than MAX_PATH (256 characters), but you must provide absolute paths for each command, not relative ones. TortoiseSVN already does this, but there is another limitation: Windows Explorer cannot handle such long paths, although NTFS can. This way you can check / update / commit such paths in TortoiseSVN, but you can no longer access them in the explorer.
To "shorten" such paths, you can use the SUBST command .
+3
a source to share