Re: git workflow

2013-01-07 Thread David Arthur
of patch without email so the patch is here https://issues.apache.org/jira/secure/attachment/12563266/KAFKA-133.patch I go through the steps on the git workflow git clone https://git-wip-us.apache.org/repos/asf/kafka.git kafka cd kafka git fetch git checkout trunk //already on trunk git apply

Re: git workflow

2013-01-07 Thread Derek Chen-Becker
trunk because of this message of patch without email so the patch is here https://issues.apache.org/**jira/secure/attachment/** 12563266/KAFKA-133.patchhttps://issues.apache.org/jira/secure/attachment/12563266/KAFKA-133.patch I go through the steps on the git workflow git clone https

Re: git workflow

2013-01-07 Thread Jay Kreps
.patch I go through the steps on the git workflow git clone https://git-wip-us.apache.org/**repos/asf/kafka.git https://git-wip-us.apache.org/repos/asf/kafka.gitkafka cd kafka git fetch git checkout trunk //already on trunk git apply --stat ../KAFKA-133.patch //project

Re: git workflow

2013-01-07 Thread Derek Chen-Becker
through the steps on the git workflow git clone https://git-wip-us.apache.org/**repos/asf/kafka.git https://git-wip-us.apache.org/repos/asf/kafka.gitkafka cd kafka git fetch git checkout trunk //already on trunk git apply --stat ../KAFKA-133.patch //project/build.properties

Re: git workflow

2013-01-04 Thread Joe Stein
of work in progress). https://cwiki.apache.org/confluence/display/KAFKA/Git+Workflow I would like to link this up from the contributor page to help people (including my future self). Objections? I am not a git expert, so any feedback to improve these recipes or bug fixes (since I

Re: git workflow

2013-01-04 Thread Jay Kreps
a patch 2. Reviewing and integrating a patch that is contributed 3. Doing development as a committer 4. Keeping a copy of your local work on github (since it doesn't seem Apache has a place to keep local backups of work in progress). https://cwiki.apache.org/confluence/display/KAFKA/Git