<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On 29 Nov 2015, at 21:42, R. Matthew Emerson <<a href="mailto:rme@clozure.com">rme@clozure.com</a>> wrote:<br><div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">I agree that git is very popular, and I know that many people find that github alone is a reason to use git.  But I like to host my own stuff, and I just can't see how a switch would improve the life of ccl hackers all that much.  Maybe I haven't yet seen the light.</div><br class="Apple-interchange-newline"></blockquote></div><br><div>GitHub is a good thing, but I'd not personally ever want to rely on it to be the 'main' repo: at some point it will inevitably get horribly compromised or just fade and die in the way Sourceforge has (it doesn't seem that long ago that SF was the bright new future).  You're in less danger of losing all your code history than you would be with a hosted SVN/CVS, but you might still lose all stuff around the history like issue-tracking and so on.</div><div><br></div><div>However this question seems mostly moot to me: you can use git with SVN as a remote pretty easily so long as the SVN branching structure is not too hostile, which gives anyone who wants a git workflow access to one without requiring the upheaval of moving the SVN repo to git.</div><div><br></div><div>I haven't actually tried this with the CCL repo, but I don't imagine it would be hard.  I certainly would experiment with it if I was going to do any real work on CCL as you get all the nice commit-early-then-rebase-to-make-all-your-mistakes-vanish stuff that git gives you.</div><div><br></div><div>--tim</div></body></html>