On May 27, 2010 at 16:15, Juha Heinanen jh@tutpro.com wrote:
Juha Heinanen writes:
please merge ruri_branch to master and i'll commit my changes to lcr module. i can also take a look at next_contacts() function.
i tried to commit lcr changes to tmp/ruri_branch, but failed to do so.
i made a new branch called uri_branch from origin/tmp/ruri_branch and then commit the changes there. however, when i try to push the changes, i get errors:
jh@rautu:/usr/src/orig/sip-router/modules/lcr$ eg push xxxx@git.sip-router.org's password: error: src refspec tmp/ruri_branch does not match any. error: failed to push some refs to 'ssh://jh@git.sip-router.org/sip-router'
I don't use eg, but shouldn't you use something like eg push --branch tmp/ruri_branch ?
With git I use git push origin HEAD:tmp/ruri_branch
Andrei