Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 19:22 Go to next message
Ludwin Fuchs is currently offline Ludwin FuchsFriend
Messages: 1
Registered: December 2014
Junior Member
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 08:36 Go to previous messageGo to next message
Lukasz Jader is currently offline Lukasz JaderFriend
Messages: 37
Registered: October 2013
Member
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] Tue, 06 January 2015 02:00 Go to previous message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
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>


Winston Prakash
Eclipse Hudson team
Previous Topic:ANN: Google Login Plugin (Beta)
Next Topic:Accessing Google APIs from plugins?
Goto Forum:
  


Current Time: Fri May 03 14:28:54 GMT 2024

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

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

Back to the top