Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » File permissions
File permissions [message #576540] Thu, 10 December 2009 23:57 Go to next message
Michael Heuberger is currently offline Michael HeubergerFriend
Messages: 30
Registered: December 2009
Member
Hello

Because the merge functionality is lacking in EGit, I am calling git pull on Windows native Git implementation (Git Bash).

The problem are file permissions. Somehow through EGit there is never a conflict with file permissions but with native Git Bash there is.

For example whoami outputs "binarykitchen\michael". How should I fix that?

Thank you for your inputs!

Michael
Re: File permissions [message #576572 is a reply to message #576540] Fri, 11 December 2009 10:21 Go to previous messageGo to next message
Christian Halstrick is currently offline Christian HalstrickFriend
Messages: 274
Registered: July 2009
Senior Member
Hi,
I had the same problem on windows/msysgit. I got around it by making sure that core.filemode is set to false for this repository.
Maybe you should try that by issuing "git config core.filemode false" in that repo.
For more info: http://www.kernel.org/pub/software/scm/git/docs/git-config.h tml


--
Ciao
Chris


Ciao
Chris
Re: File permissions [message #576599 is a reply to message #576572] Fri, 11 December 2009 10:27 Go to previous message
Michael Heuberger is currently offline Michael HeubergerFriend
Messages: 30
Registered: December 2009
Member
Thaaank you maaanm it works now! You saved my day!!

:d

M.
Previous Topic:File permissions
Next Topic:UI dependencies in egit core
Goto Forum:
  


Current Time: Fri Apr 19 20:04:37 GMT 2024

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

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

Back to the top