[LLVMdev] Git-Svn commit?

Sean Silva silvas at purdue.edu
Mon Dec 31 17:16:33 PST 2012


On Mon, Dec 31, 2012 at 6:09 PM, Renato Golin <rengolin at systemcall.org> wrote:
>> 1. checkout master and pull from origin.
>> 2. rebase stuff to be committed onto master.
>
> Can you commit directly from branches? Or do you have to merge to
> master to commit?

I believe that what git-svn does is commit everything in your branch
that isn't in mainline (i.e. `origin/master..HEAD`). I don't think it
really pays any attention to branches (besides moving them after
committing).

On Mon, Dec 31, 2012 at 6:09 PM, Renato Golin <rengolin at systemcall.org> wrote:
> If you're up to writing the docs, I'd be happy to serve as the Guinea
> pig to test it.

Ok. I'll try to get to that today or tomorrow and CC you on the review thread.

-- Sean Silva



More information about the llvm-dev mailing list