Displaying 1 result from an estimated 1 matches for "upstrema".
Did you mean:
upstream
2007 Apr 29
2
[LLVMdev] SVN (?) Migration
...n a distributed fashion is
pretty much a requirement now. It's not been a pleasant experience
doing this regalloc refactoring while trying to track the interface
changes on mainline. With git I'd just create my own private branch,
commit as necessary to my local repository, do merges from upstrema
when I need to and cherry-pick my diffs to send upstream as patches.
This is practically impossible with CVS or SVN. Plus it would be
easier for the llvm integrators to take my e-mail patches and add
them to mainline and keep full revision history.
So I want to pose the question. Should we consi...