7 ms·
This is great :). On another note, I'm surprised that they're not using git or another dvcs.
by stevelaz 13y ago
This is great :).
On another note, I'm surprised that they're not using git or another dvcs.
- pmelendez 13y agoThey actually do[1]: git clone http://llvm.org/git/llvm.git http://llvm.org/git/llvm.git [1] http://llvm.org/docs/GettingStarted.html#git-mirror http://llvm.org/docs/GettingStarted.html#git-mirror
- gcr 13y agoWhy does that matter? The best SCM is the one your team is familiar with. (The second-best is git, of course. :)
- stevelaz 13y agoIt doesn't matter as long as your team is productive. I was just surprised, given the size of the project and all.