Fix 260 character file name length limitation
The 260 character limit on file paths really gets in the way of having a deeply-nested project hierarchy. It's only there as backwards compatibility with the old school APIs, and has no place in any sort of modern development environment.
We should be able to work with file paths of whatever size we want.
74 comments
-
G
commented
Please fix this. It is hard enough getting the LAMP team to use TFS without trying to explain why they need to refactor their directory structures.
Help!
-
Anonymous
commented
thanks for the info.,you could also try long path tool. it helped me with
error 1320 in Win 7.,:) ricktor
-
Reinhard Kuhn
commented
This relic of the DOS area has been an annoyance in 2010 - it is, even if slightly increased, an unforgivable shame in 2013!
-
Tony Prudente
commented
I'm a long-time TFS supporter, and this is my number one annoyance. I brought TFS to our company where there was some existing skepticism about it. It does not help my case when builds are failing because of a lame character limit that has nothing to do with Windows. MS stated that the reason for the 400 char limitation is because of index size limits in SQL server - which obviously means they need to make an alteration to how they're persisting/indexing the TFS data. So MS please get on it!!!
http://blogs.msdn.com/b/bharry/archive/2012/09/12/visual-studio-update-this-fall.aspx
-
Bartosz Bielecki
commented
The year is 2013 and there is still no sign of Microsoft dealing with it. You either PInvoke half of WinAPI JUST to avoid .NET before-api-calls that check for the length of normalized path, or external libraries (which basically did all the things for you).
-
Anonymous
commented
This is one of the most frustratingly moronic legacy problems to still have around.
-
Anonymous
commented
To have any limits on path length is stupid. I remember when computer languages routinely had limits on the names of variables.
-
Dave
commented
This is ridiculously annoying! Please allow for long file length. The TFS 2012 increase to 400 is ok, but not ideal. Get with the 21st century!
-
Xian Sembrano
commented
why not used third party apps like "long path tool" ? which can be helpful, it helped me out a lot. maybe, it can help you also.
-
Lars Johannesson
commented
We currently have some code in SVN and some in TFS. Initially we planned on moving the svn code to TFS but this bug made us reconsider and instead we will be migrating away from TFS.
-
Lee Hull
commented
VERY VERY annoying, least give a way to remove them from TFS without downloading them so we can at least fix it.
-
Paul
commented
We've been hit with this issue many many many times and would like to see it resolved. This issue very frustrating and is causing our teams wasted effort as we are transitioning from other ALM systems to Microsoft's ALM system.
-
Rocky
commented
Here's a good way to get around the TFS developers refusing to upgrade their software to use an API that was developed in this century:
-
Anonymous
commented
Hello, wake up MS. It's 2013 now and still can't have a long file path without limitations.
-
J
commented
We run into this issue constantly too. This need to be fixed so that we can organize our solution folders without this stupid restriction
-
Chris F
commented
We run into this issue CONSTANTLY. It makes me want to pull my hair out. I don't care about backwards compatiblity. If this was fixed...truly fixed...not the 400 characters that are now available with update 1....as in I can have 32768 Characters I'd upgrade to the next version that had this feature in a heart beat.
Is there any hope this is going to get addressed?
-
Woody
commented
As users we should get an update more than once every three months that doesn't provide a roadmap for solution. Otherwise, what is the point of this site?
-
colin dooely
commented
I hate this phrase, but I'll use it anyway. OMG. However, to all hoping to have this fix. Think about all the issues regardsing backwards compatibility that an update to this would cause. An expensive one to maintain and probably not going to happen. Subversion all the way?
-
Siva
commented
do we have any solution yet?
-
Anonymous
commented
Please fix it, it is annoy!