Howto upload new data to a repository?

Giorgos Keramidas keramida at ceid.upatras.gr
Fri Jul 18 12:03:57 CDT 2008


On Fri, 18 Jul 2008 11:10:02 +0200, "Clemens Eisserer" <linuxhippy at gmail.com> wrote:
> Hello,
>
> Sorry for my newbie-question, I've studied the unofficial manual but I
> got stuck.
>
> I've got a repository at
> http://hg.openjdk.java.net/xrender/xrender/jdk/ which is currently
> empty.
> I would like to fill it with the files on my local disk, so I:
>
> - Checked the repository out: hg clone
> ssh://username@hg.openjdk.java.net/xrender/xrender/jdk
> - Copied my files into the new directory created by the checkout
> - hg add * (to add all files to the repo I just copied)
> - hg status lists a long list of files, with a A on the left
> - hg commit  --user username; lets me write a the changelog, but nothing happens
> - hg push, seems to do nothing at all but waiting
>
> Any idea what could be wrong. Why do I never had to specify my password at all?

Can you try running push with the --debug option?

    hg --debug push

This should print what hg is doing while it waits for the push to
complete, and it will be easier to understand if it is stuck, or just
waiting for a slow ssh link to reply with something.



More information about the Mercurial mailing list