On 15-08-02 02:12 PM, Lou Burnard wrote:
Is it possible to have a single repo on GitHub, and simultaneously access it through git and svn? That seems very unlikely.
Likely or not, that's what I currently do with the Stylesheets repo. And several others. As I remarked several days ago.
Ah, I didn't realize. So if I commit through the svn interface, and you commit through git, it's just handled automatically? In that case, what happens in the case where you do several commits in git, but then do a single push? Is that one commit to the svn interface, or are they all separate? It's conceivable that commits from git that predate commits in svn would be pushed up after the svn commits. If that all works nicely, though, then we don't have to make a decision about svn or git at all; people who like svn can use that, and people who like git can use that. The svn rev numbers will presumably still be sequential, so we can use that feature of svn rather than the git hashes for things like footers in the Guidelines, and we can mostly get by just by changing URLs. Nice. Cheers, Martin