On May 13, 2008, at 5:33 PM, Rick DeNatale wrote:
Actually I don't think that it's a valid assumption that a .git and .svn directory won't occur together.
Too right. There are multiple ways of setting this up. You can either have git and subversion each handle their own stuff with their own .git and .svn folders. Or you can do a git-svn deal which only uses a .git folder and git handles pushing up to subversion for you.
However, 99% of the time, if I have a .git folder, then I'm more interested in the git status than the subversion status. Regardless of the presence of any .svn folders. But I admit that's not necessarily the only valid setup.
—Thomas Aylott – subtleGradient—