You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/07/22 12:09:44 UTC

[GitHub] [maven-scm] nielsbasjes commented on pull request #152: [SCM-807] fix relative paths returned by checkin and add

nielsbasjes commented on PR #152:
URL: https://github.com/apache/maven-scm/pull/152#issuecomment-1192507002

   @kwin / @michael-o :
   
   The build failed with
   ```
   java.io.IOException: Could not delete file D:\a\maven-scm\maven-scm\maven-scm-providers\maven-scm-providers-git\maven-scm-provider-jgit\target\scm-test\assertion-copy\.git\gc.log.lock
   ```
   
   Seems like this is a (random) failure cause by jgit doing stuff in the background:
   
   https://www.eclipse.org/lists/jgit-dev/msg03370.html
   https://www.eclipse.org/lists/jgit-dev/msg03384.html
   
   Seems like we need to set `receive.autogc=false` to avoid these (random) problems.
   https://www.eclipse.org/lists/jgit-dev/msg03736.html
   


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org