[
https://issues.apache.org/jira/browse/LUCENE-6985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108564#comment-15108564
]
Uwe Schindler edited comment on LUCENE-6985 at 1/20/16 1:48 PM:
----------------------------------------------------------------
Another reason: I have tests on trunk running a final time before
pushing/committing to Apache while preparing the merge and commit of 5.x. Doing
this in parallel only works with different checkouts (you know running
precommit/tests takes some time).
I agree: with the current setup, you could pull the repo 2 times. When I
committed at SVN time I do always 2 steps: commit + push. If I do svn up, i do
a git pull now. So I can manage to get the same workflow like with svn, just
more stuff to do. I was just hoping to have an easier way to have a single repo
with multiple checkouts.
was (Author: thetaphi):
Another reason: I have tests if trunk running a final time before
pushing/committing to Apache while preparing the merge and commit of 5.x. Doing
this in parallel only works with different checkouts (you know running
precommit/tests takes some time).
I agree: with the current setup, you could pull the repo 2 times. When I
committed at SVN time I do always 2 steps: commit + push. If I do svn up, i do
a git pull now. So I can manage to get the same workflow like with svn, just
more stuff to do. I was just hoping to have an easier way to have a single repo
with multiple checkouts.
> Create some (simple) guides on how to use git to perform common dev tasks
> -------------------------------------------------------------------------
>
> Key: LUCENE-6985
> URL: https://issues.apache.org/jira/browse/LUCENE-6985
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Dawid Weiss
> Assignee: Dawid Weiss
>
> I'll prepare some simple github repos that demonstrate how to (from command
> line, GUI users can find their buttons I'm sure) perform:
> Simple tasks:
> 1. Checkout branch X, create local branch Y, modify something, create a diff
> for Jira.
> 2. Checkout branch X, create local branch Y, modify something, catch-up with
> changes on X, create a diff for Jira.
> 3. Checkout branch X, create local branch Y, modify something, catch-up with
> changes on X, apply aggregate changes from Y on X (as a single commit).
> 4. Backport feature/ commit C from branch X to Y via cherry picking.
> More advanced:
> 1. Create a feature branch off branch X, develop the feature, then apply it
> as a series of commits to X.
> 2. Create a feature branch off branch X, develop the feature, then apply it
> as a series of commits to X and Y (different branch).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]