Re: New converstion tool: svn2git.py

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Barkalow
Date: Thursday, November 20, 2008 - 11:49 am

On Wed, 19 Nov 2008, Neil Schemenauer wrote:


Probably the best thing in git would be to have the parent of the initial 
commit on that branch be revision 3 of trunk; it will look like a big 
rename of everything from subdir/* into the project root directory, which 
is essentially what happened.


git will only ever store a single copy of identical file contents, 
regardless of anything at all. Furthermore, when making a pack, git 
compresses everything in the pack against everything else in the pack. Its 
heuristics also ignore the leading directory names in guessing which blobs 
are likely to help in compression (because there's a good chance that 
anything named "Makefile" anywhere is useful in compressing anything else 
named "Makefile").

	-Daniel
*This .sig left intentionally blank*
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
New converstion tool: svn2git.py, Neil Schemenauer, (Wed Nov 19, 12:13 pm)
Re: New converstion tool: svn2git.py, Kevin Menard, (Wed Nov 19, 12:39 pm)
Re: New converstion tool: svn2git.py, Neil Schemenauer, (Wed Nov 19, 1:40 pm)
Re: New converstion tool: svn2git.py, Daniel Barkalow, (Thu Nov 20, 11:49 am)