On 2007-03-24 02:41:30 -0400, Shawn O. Pearce wrote: > That is not a bad idea at all. We could easily do > > svn:executable -> (mode & 0111); > svn:ignore -> .gitignore; > > I'm sure there are others, but they are the only two Karl mentioned, > and that I know of off the top of my head. ;-) These are the two that git-svnimport handles. I don't think it knows about any other subversion properties. There is a slight problem with directly converting between svn:ignore and .gitignore, though: the semantics are only almost the same. Specifically, git's ignore patters are recursive (applies to subdirectories) while subversion's are not. But it's not a big problem. -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html