glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] Problems with Mercurial, where is our expert on this?


From: Kieran P
Subject: Re: [glob2-devel] Problems with Mercurial, where is our expert on this?
Date: Mon, 23 Apr 2007 08:58:38 +1200

I would not run everything at once.  But there is a "hg fetch" extension that
combines pull and update or something else I don't know.
Also you should use "hg pull -r master", because there are different branches
in the repository now.

address@hidden glob2-hg]$ hg pull -r master
pulling from https://hg.globulation2.org/glob2/
http authorization required
realm: Enter your globulation 2 mercurial username
user: k776
password:
abort: Other repository doesn't support revision lookup, so a rev cannot be specified.
address@hidden glob2-hg]$
 
Yes, when you pull from https://... you have to type in your password.
Do "hg pull -r master http://..." instead.

Oh, I have no problems doing the password. See above for output of  hg pull.

> Now I want to merge, but when I try:

When you don't code, you don't need to merge.
When you pull the <master> branch you just need to update.
Otherwise you might need to do "hg revert --all -r master",
but then "make" will recompile everything.

address@hidden glob2-hg]$ hg revert --all -r master
address@hidden glob2-hg]$ hg pull -r master
pulling from https://hg.globulation2.org/glob2/
http authorization required
realm: Enter your globulation 2 mercurial username
user: k776
password:
abort: Other repository doesn't support revision lookup, so a rev cannot be specified.
address@hidden glob2-hg]$


Same problem with pulling master.



As you can see update -C will not always work.

Well, it does for me. -C is the only thing I can do.

--
Kieran.P
http://qlwiki.linuxsolutions.co.nz/
reply via email to

[Prev in Thread] Current Thread [Next in Thread]