Skip to main content



      Home
Home » Archived » Hudson » git repository symlinks get replaced by text files
git repository symlinks get replaced by text files [message #1516254] Thu, 18 December 2014 14:22 Go to next message
Eclipse UserFriend
I recently moved to Hudson 3.2.1 and discovered that after wiping a job workspace that uses a git repository, the subsequent build will clone the repository with all symlinks replaced by text files that include the path of the link target.

Is this a git plugin configuration issue or a Hudson bug?

The repository is hosted on bitbucket. If I clone it manually it shows up with the correct symlinks. The version of git on the server is 1.7.9.5

Thanks for any insight/help!
Re: git repository symlinks get replaced by text files [message #1517084 is a reply to message #1516254] Fri, 19 December 2014 03:36 Go to previous messageGo to next message
Eclipse UserFriend
Ludwin, I think your bug is same as reported here
https://bugs.eclipse.org/bugs/show_bug.cgi?id=445308
and it is related with JGit dependency update to 3.3.1

As a workaround you could downgrade git-plugin to 2.2.7.
Re: git repository symlinks get replaced by text files [message #1548476 is a reply to message #1517084] Mon, 05 January 2015 21:00 Go to previous message
Eclipse UserFriend
I put more details in the bug 445308

We may have to include the following dependency to git plugin

<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.java7</artifactId>
<version>3.6.0.201412230720-r</version>
</dependency>
Previous Topic:ANN: Google Login Plugin (Beta)
Next Topic:Accessing Google APIs from plugins?
Goto Forum:
  


Current Time: Sat Jul 12 00:24:43 EDT 2025

Powered by FUDForum. Page generated in 0.03521 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top