On 27.10.2015 14:33, Nico Kadel-Garcia wrote: > See above. It sounds like you need to talk to Github about making an > exception to their default settings for revision 0. A freshly > initialized git repo, with no files or property changes submitted, has > *no* valid logs, and "git log" fails with an error. A freshly > initialized svn repo, with no files or properties set, has a no logs > but has a revision "0" created at index time. > > Like I just said: impedance mismatch.
There's no such thing as "impedance mismatch" when you're implementing a wire protocol. if GitHub provides an SVN/HTTP protocol endpoint but don't emulate a valid r0, then that's no more and no less than a bug in their protocol implementation. It doesn't matter that they're using Git in the back-end. -- Brane