Bug #37053

Code migration doesn't work on Windows

Added by Bastian Waidelich about 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-05-10
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Cli
Target version:TYPO3 Flow Base Distribution - 1.1 beta 1
PHP Version: Complexity:
Has patch:No Affected Flow version:Git master

Description

I came accross following issues:
  • in Git::isGitAvailable() the system call pipes the output to /dev/null. This is not supported on Windows
  • in Manager::registerMigrationFiles() the version number taken from the migration filename is casted to an integer which leads to duplicated versions

Related issues

related to TYPO3.Flow - Feature #29389: Provide simple code migration mechanism Resolved 2011-08-31

History

#1 Updated by Karsten Dambekalns about 3 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Fixed with https://review.typo3.org/11135 - I forgot to link to this issue…

Also available in: Atom PDF