On May 7, 2008, at 6:58 PM, Chris Shoemaker wrote:
Second, what will happen when different developers have svn URLs with different schemes, e.g. http vs. svn+ssh?
That will cause the commit messages to be different, which means you won't have the same commit hashes, so this pretty much won't be useful. (You'd end up fetching the remote repo's entire svn history if you tried to do git fetch.)
The assumption here is that you have exactly the same revision history in your tracking branches as the repo you're fetching from.
-Steve -- 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