Task #56177
closedEpic #55070: Workpackages
Epic #54851: WP: Workspaces IRRE & MM bugfixes
Epic #55064: WP: Workspaces test cases / DataHandler bugfixes
Windows issues with long CSV file name from commit 2db3d30
100%
Description
The commit 2db3d30 added the following file:
typo3/sysext/workspaces/Tests/Functional/DataHandling/InlineRelationalRecordEditing/CommaSeparatedValue/DataSet/Assertion/createAndLocalizeParentContentRecordWithHotelAndOfferChildRecordsAndDiscardLocalizedParentRecord.csv
It seems like this file path is too long for either Windows or Git on Windows. If you pull/merge this commit, the file cannot be created, if you do a clean clone, this file is deleted immediately and cannot be restored.
Suggestion: use a shorter file name.
Files
Updated by Eric Chavaillaz over 10 years ago
Windows allows something like this on NTFS partition :
C:\<256 character length><NULL>
The file in question is long of 223 characters.
So if you got something like C:\Users\Your Name\Documents\Git\typo3_src-git\typo3..., the length will be 223 + 45 (Users\Your Name\Documents\Git\typo3_src-git\) = 268 characters.
It's too long. You can move the location of your Git repository in local to solve quickly the problem.
But I agree that this file is too long!
Updated by Philipp Gampe over 10 years ago
- Status changed from New to Accepted
More information on windows path limitations: http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx
The nineties strike back! Yeah.
One would assume that modern operating systems and shells as well as GUIs support more than byte long path pointers, but well ... we need to fix this.
Updated by Philipp Gampe over 10 years ago
- Category changed from Miscellaneous to Tests
- Assignee set to Oliver Hader
- Target version set to 6.2.0
Updated by Marc Bastian Heinrichs over 10 years ago
commit cac662a2d8 has already too long file paths.
Updated by Nicole Cordes over 10 years ago
With commit 092b8d0 the files are introduced!
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27815
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27815
Updated by Oliver Hader over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 77e287f71e8a248c14f55a5ae5601a4bc2205ca4.
Updated by Oliver Hader over 10 years ago
- Parent task set to #55064
- PHP Version set to 5.3
Updated by alex pablate over 10 years ago
Use long path tool for such problems.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed