Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » File permissions(Unable to merge when permissions are wrong)
File permissions [message #503139] Thu, 10 December 2009 18:57 Go to next message
Eclipse UserFriend
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 #503183 is a reply to message #503139] Fri, 11 December 2009 05:21 Go to previous messageGo to next message
Eclipse UserFriend
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

Re: File permissions [message #503186 is a reply to message #503183] Fri, 11 December 2009 05:27 Go to previous message
Eclipse UserFriend
Thaaank you maaanm it works now! You saved my day!!

Very Happy

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


Current Time: Wed Jul 02 16:25:37 EDT 2025

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

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

Back to the top