Changes between Initial Version and Version 1 of Ticket #48154, comment 83
- Timestamp:
- 03/13/2020 05:00:15 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48154, comment 83
initial v1 1 1 To ignore `/src/wp-includes/assets` again it will have to be SVN deleted, and added to the ignored props on the parent dir, `/src/wp-includes`. Then, when building, it will be created again but will not be committed. 2 3 One problem with version control is that once a file is added and committed, it never really goes away. It may be deleted in the current revision, but as soon as you restore a previous revision it is created again... 4 5 When that happens, if an unversioned file already exists at the same location, it will cause conflict. 6 7 The only way to prevent that is to start "fresh". Thinking won't need to rename the directory but would need to rename the file. 2 8 3 9 > We need to ensure that PHPUnit tests pass without JS build files.