Displaying 2 results from an estimated 2 matches for "r33423".
2011 Jul 23
0
[LLVMdev] git
...Local branches are great for this kind of
thing.
> Advocats of DVCS tend to ignore the cost of the move. The linear commit
> graph and associated properties is the biggest one.
I think the linear commit graph is in many ways misleading. As has been
pointed out, it is common to think "r33423" implies every change before
that, but it does not. It is very easy to forget to merge a change from
one branch to another. git has some nice ways to verify that a change
has migrated from one branch to another. That doesn't require a DVCS
but to my knowledge svn doesn't have someth...
2011 Jul 23
7
[LLVMdev] git
On Sat, Jul 23, 2011 at 01:02:10AM +0200, Óscar Fuentes wrote:
> One thing that I wanted to see (and probably missed, because I didn't
> read all the thread) is to discuss the workflow. I'm under the
> impression that not all regular LLVM developers understand the
> implications for the LLVM community of migrating from a central VCS to a
> distributed one, on terms of