Revision 470d2780
[BUGFIX] Creating new symlinks should work still if target exists.
On publishing public resource folders, it is possible, that the
symlinked target directory already exists. On Windows environments this
causes an "Permission Denied" error and breaks the publishing.
To prevent this issues we can just check the existence of a linked
directory on target path and remove this before renaming the new symlink
to new target.
Change-Id: I9f83e50ae0fb76eb96aa7a143acc92dd228a2fd0
Releases: master, 3.0
Fixes: FLOW-363
- added
- modified
- copied
- renamed
- deleted