* ambiguous argument '...': unknown revision or path not in the working tree
@ 2010-01-17 9:46 Sven Joachim
2010-01-18 6:59 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Sven Joachim @ 2010-01-17 9:46 UTC (permalink / raw)
To: git
I've got a strange error message in 'git push':
,----
| % git push
| Counting objects: 47, done.
| Delta compression using up to 2 threads.
| Compressing objects: 100% (24/24), done.
| Writing objects: 100% (24/24), 4.37 KiB, done.
| Total 24 (delta 22), reused 0 (delta 0)
| fatal: ambiguous argument '3bbc6def8a06e4411bee130b811ff9507e90503d:debian/changelog': unknown revision or path not in the working tree.
| Use '--' to separate paths from revisions
| To git+ssh://git.debian.org/git/collab-maint/ncurses.git
| 2fec7db..3bbc6de HEAD -> upstream
`----
Indeed debian/changelog is not in the working tree, it is not in the
current branch (upstream) at all, although it exists in the master
branch. Default is to push the current branch:
,----
| % git config --get push.default
| current
| % git --version
| git version 1.6.6
`----
Despite the error message, the push was apparently successful; the
repository I push to can be found at
http://git.debian.org/?p=collab-maint/ncurses.git.
Sven
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ambiguous argument '...': unknown revision or path not in the working tree
2010-01-17 9:46 ambiguous argument '...': unknown revision or path not in the working tree Sven Joachim
@ 2010-01-18 6:59 ` Junio C Hamano
2010-01-18 8:48 ` Sven Joachim
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2010-01-18 6:59 UTC (permalink / raw)
To: Sven Joachim; +Cc: git
Sven Joachim <svenjoac@gmx.de> writes:
> I've got a strange error message in 'git push':
>
> ,----
> | % git push
> | Counting objects: 47, done.
> | Delta compression using up to 2 threads.
> | Compressing objects: 100% (24/24), done.
> | Writing objects: 100% (24/24), 4.37 KiB, done.
> | Total 24 (delta 22), reused 0 (delta 0)
> | fatal: ambiguous argument '3bbc6def8a06e4411bee130b811ff9507e90503d:debian/changelog': unknown revision or path not in the working tree.
> | Use '--' to separate paths from revisions
I think there is nothing "fatal" in your git setup, other than that the
repository at the remote end you are pushing into has a broken hook script
(perhaps update, post-receive, or post-update) that is issuing the error
message. I would raise the issue with the owner of the repository if I
were you.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ambiguous argument '...': unknown revision or path not in the working tree
2010-01-18 6:59 ` Junio C Hamano
@ 2010-01-18 8:48 ` Sven Joachim
0 siblings, 0 replies; 3+ messages in thread
From: Sven Joachim @ 2010-01-18 8:48 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On 2010-01-18 07:59 +0100, Junio C Hamano wrote:
> Sven Joachim <svenjoac@gmx.de> writes:
>
>> I've got a strange error message in 'git push':
>>
>> ,----
>> | % git push
>> | Counting objects: 47, done.
>> | Delta compression using up to 2 threads.
>> | Compressing objects: 100% (24/24), done.
>> | Writing objects: 100% (24/24), 4.37 KiB, done.
>> | Total 24 (delta 22), reused 0 (delta 0)
>> | fatal: ambiguous argument '3bbc6def8a06e4411bee130b811ff9507e90503d:debian/changelog': unknown revision or path not in the working tree.
>> | Use '--' to separate paths from revisions
>
> I think there is nothing "fatal" in your git setup, other than that the
> repository at the remote end you are pushing into has a broken hook script
> (perhaps update, post-receive, or post-update) that is issuing the error
> message.
Thanks, that hits the nail on the head.
> I would raise the issue with the owner of the repository if I were you.
I've opened a support ticket.
Sven
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-18 8:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17 9:46 ambiguous argument '...': unknown revision or path not in the working tree Sven Joachim
2010-01-18 6:59 ` Junio C Hamano
2010-01-18 8:48 ` Sven Joachim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).