FolsomHunter commented on code in PR #8499: URL: https://github.com/apache/netbeans/pull/8499#discussion_r2105514402
########## ide/libs.git/src/org/netbeans/libs/git/jgit/commands/MoveTreeCommand.java: ########## @@ -185,7 +191,9 @@ private void rename () throws GitException { private String getRelativePath (File file, File ancestor, File target) { String relativePathToAncestor = Utils.getRelativePath(ancestor, file); - StringBuilder relativePathToSource = new StringBuilder(Utils.getRelativePath(getRepository().getWorkTree(), target)); + StringBuilder relativePathToSource = new StringBuilder(Utils.getRelativePath( + tryNormalizeSymlink(getRepository().getWorkTree()), + target)); Review Comment: This was included in new forced push. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists