Bug #37053
Code migration doesn't work on Windows
| 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
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…