Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | skip conflicts resolved by file replacement | Andrew Gregory | 2015-12-05 |
| | | | | | | | | | | | When replacing a file with a directory, any files inside the new directory cannot possibly exist on the filesystem and can be skipped. This allows cross-package symlink-to-directory transitions when there are files with the same name under both the symlinked directory and the new directory. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | Detect potential conflict when symlink to directory is changing to directory | Allan McRae | 2015-12-05 |
When a symlink to a directory is changing to a directory, any package file inside the new directory can create an unexpected conflict with the filesystem. Reported by Neofytos and Luca from Chakra. Signed-off-by: Allan McRae <allan@archlinux.org> |