Error rebase play: Needed a single revision

7,026 views
Skip to first unread message

green

unread,
Jan 29, 2011, 6:40:03 PM1/29/11
to play-framework
Hi Players,

Does anyone of you encountered the following error?

bash-3.2$ git remote -v
origin  g...@github.com:greenlaw110/play.git (fetch)
origin  g...@github.com:greenlaw110/play.git (push)
upstream        git://github.com/playframework/play.git (fetch)
upstream        git://github.com/playframework/play.git (push)
bash-3.2$ git rebase upstream 1.1.1
fatal: Needed a single revision
invalid upstream upstream

thx,
Green

Dominik Dorn

unread,
Jan 30, 2011, 12:56:22 PM1/30/11
to play-fr...@googlegroups.com
hmm...looks like git wants a revision, but you've provided a tag name?

> --
> You received this message because you are subscribed to the Google Groups
> "play-framework" group.
> To post to this group, send email to play-fr...@googlegroups.com.
> To unsubscribe from this group, send email to
> play-framewor...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/play-framework?hl=en.
>

--
Dominik Dorn
http://dominikdorn.com
http://twitter.com/domdorn

Tausche Deine Lernunterlagen auf http://www.studyguru.eu !

green

unread,
Jan 30, 2011, 3:50:34 PM1/30/11
to play-fr...@googlegroups.com
How to provide a revision? issuing "git rebase upstream master" get the same error.

green

unread,
Jan 30, 2011, 5:55:26 PM1/30/11
to play-fr...@googlegroups.com
This issue is solved by the following steps:
1. git remote update
2. git rebase upstream/master

And the following steps do automerge and push back the rebasing to origin:
3. git pull origin
4. git push origin
Reply all
Reply to author
Forward
0 new messages