At work, we currently use Subversion for SCM. I have set up a local git-svn mirror and use that as my primary development workspace. I am comfortable with the basic functionality now. One other develo
We have an automated build system configured using Jenkins开发者_高级运维, integrate with Gerrit. One of the bottlenecks today is that it takes ~3.5 minutes for Jenkins to complete a \"git clone\" for
Some background: Gerrit exposes an event stream through SSH. It\'s a cute trick, but I need to convert those events into AMQP messages. I\'ve tried to do this with ruby-amqp and Net::SSH but, well, it
How do I update my patch on gerrit to latest code without making any merge commits? My patch is a few commits behind and I don\'t want to make a new patc开发者_JAVA百科h on gerrit.git rebase origin/ma
I\'ve installed the plugin Gerrit Trigger on开发者_如何学JAVA Jenkins cos I need to start automatically the building when a developer in the team pushes something on the repository (relative to a spec
Background Up until now we\'ve been using Plastic SCM for version control. Recently we\'ve been looking into Git and I\'ve come up with a basic plan - Available here on Google Docs
Im doing some work with gerrit, and with gerrit you only get the refspec of a commit. Something like:
I am configuring Gerrit and I would like to avoid writing: git push gerrit HEAD:refs/for/master I would like to write:
I am working with a remote branch in git. Before doing any wor开发者_开发问答k, I do a git pull to get the ToT. When I look at the git log, I see that this automatically creates a merge commit with a
I just installed a Gerrit server and wish to get rid of the Need Verified +1 (Verified) permission. Our team would only like to +2 changes instead of doing both things.