Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » JGIT/EGIT@Windows/NTFS; duplicate tags / case insensitive
JGIT/EGIT@Windows/NTFS; duplicate tags / case insensitive [message #1715723] Wed, 25 November 2015 13:41
Anselm D. is currently offline Anselm D.Friend
Messages: 49
Registered: October 2015
Member
we are moving from cvs to git.

we have some tags, which are differs only in the capitalization.
After cloning EGIT/JGIT stores them as file names in .git/refs

NTFS stores files only case insensitive. A file "a" and a file "A" can not exist in parallel. So EGIT is not able to deal with it.
As i can remember from my tests, after a gc they are stored in packed-refs files, so the limitation is not there/should not be there any more.

Is there a way to tell egit/jgit to use packed-refs during the cloning process?

git (scm) in the actual version does it during the clone process.




Previous Topic:Revert of a merge commit
Next Topic:JGIT-CLI@linux config --list: ERROR FS:512 - fatal: Could not switch to '/usr/local/git/etc/': No
Goto Forum:
  


Current Time: Thu Apr 25 08:51:07 GMT 2024

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

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

Back to the top