Project

General

Profile

Actions

Bug #46119

closed

INSTALL.txt and mklink

Added by Tomasz Krawczyk over 11 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2013-03-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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?

Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

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

Actions #5

Updated by Markus Klein over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF