Bug #46119
closedINSTALL.txt and mklink
100%
Description
There is an error in the INSTALL.txt file in the instruction of creating symlinks on Windows 7, 2008 and newer. Syntax is:
MKLINK <paramerers> Link Target
but in the instruction there is wrong order:
mklink /D C:\<dir>\typo3_src-4.6.0 C:\<dir>\example.com\typo3_src
It should be
mklink /D C:\<dir>\example.com\typo3_src C:\<dir>\typo3_src-4.6.0
I found that bug in the TYPO3 wersions drom 4.5.7 to 6.0.3. Could you, please, change it?
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18806
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18807
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/18808
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/18809
Updated by Markus Klein over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1292345641d88efa3b908b5ed9ebc07f63326ce7.