Re: [Xen-ia64-devel] [Q] How to download pv_ops git tree

2008-03-26 Thread Isaku Yamahata
Hi Akio. The issues should be resolved now. Could you check it?
http://wiki.xensource.com/xenwiki/XenIA64/UpstreamMerge
is helpful for those who want to give pv_ops a try.

Notes for others.
Please use gitorious rep unless you have problems accessing it.
git://gitorious.org/linux-2-6-xen-ia64-pv-ops/mainline.git 
or
http://git.gitorious.org/linux-2-6-xen-ia64-pv-ops/mainline.git



On Fri, Mar 21, 2008 at 05:05:59PM +0900, Akio Takebe wrote:
 Hi, Isaku and all
 
 I'd like to start pv_ops work.
 I'm not familiar with git command.
 
 I did git clone Isaku's git tree, but I cannot download it.
 (I can download Xiantao's kvm-ia64 git tree.)
 Did I have some mistakes? And can I use git protocol instead of http?
 
 # git clone http://people.valinux.co.jp/~yamahata/xen-ia64/linux-2.6-xen-ia6
 4.git
 Initialized empty Git repository in /root/pv_ops/linux-2.6-xen-ia64/.git/
 Cannot get remote repository information.
 Perhaps git-update-server-info needs to be run there?
 
 Best Regards,
 
 Akio Takebe
 
 
 ___
 Xen-ia64-devel mailing list
 Xen-ia64-devel@lists.xensource.com
 http://lists.xensource.com/xen-ia64-devel
 

-- 
yamahata

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


Re: [Xen-ia64-devel] [Q] How to download pv_ops git tree

2008-03-26 Thread Akio Takebe
Hi, Isaku

Hi Akio. The issues should be resolved now. Could you check it?
http://wiki.xensource.com/xenwiki/XenIA64/UpstreamMerge
is helpful for those who want to give pv_ops a try.

Notes for others.
Please use gitorious rep unless you have problems accessing it.
git://gitorious.org/linux-2-6-xen-ia64-pv-ops/mainline.git 
or
http://git.gitorious.org/linux-2-6-xen-ia64-pv-ops/mainline.git

Thank you for your help.
It looks fine. I could get git clone started. :)

Best Regards,

Akio Takebe


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


RE: [Xen-ia64-devel] [Q] How to download pv_ops git tree

2008-03-24 Thread Akio Takebe
Hi, Xiantao-san

We also meet the same issue days ago. Maybe you can use the mirror I
set up in repo.or.cz.  It works well, if you are behind the http_proxy .
 It is easy to use, clone http://repo.or.cz/w/pv_ops_mirror.git, and
checkout the related branches :)
Xiantao
Thnak you.
I could download your git tree with
git clone git://repo.or.cz/pv_ops_mirror.git

We may be not able to use http protocol of git...
Thank you for always helping us.

Best Regards,

Akio Takebe


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


RE: [Xen-ia64-devel] [Q] How to download pv_ops git tree

2008-03-24 Thread Zhang, Xiantao
Akio Takebe wrote:
 Hi, Xiantao-san
 
We also meet the same issue days ago. Maybe you can use the
 mirror I set up in repo.or.cz.  It works well, if you are behind the
 http_proxy . It is easy to use, clone
 http://repo.or.cz/w/pv_ops_mirror.git, and checkout the related
 branches :) 
 Xiantao
 Thnak you.
 I could download your git tree with
 git clone git://repo.or.cz/pv_ops_mirror.git

Good news! :)

 We may be not able to use http protocol of git...
 Thank you for always helping us.
 
 Best Regards,
 
 Akio Takebe


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


RE: [Xen-ia64-devel] [Q] How to download pv_ops git tree

2008-03-22 Thread Zhang, Xiantao
Akio Takebe wrote:
 Hi, Eddie
 
 Thank you.
 
 I am not a git expert either :( But would you please check if the
 http_proxy is set correctly? Xiantao'tree support git port I think.
 Yes, I did export http_proxy=http://xxx.yyy.zzz:;, then
 git clone, but I cannot download it.
 
 I could get index.html with wget
 http://people.valinux.co.jp/~yamahata/xen-ia64/linux-2.6-xen-ia64.git;
 

Hi, Akio
We also meet the same issue days ago. Maybe you can use the mirror I
set up in repo.or.cz.  It works well, if you are behind the http_proxy .
 It is easy to use, clone http://repo.or.cz/w/pv_ops_mirror.git, and
checkout the related branches :)
Xiantao

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


[Xen-ia64-devel] [Q] How to download pv_ops git tree

2008-03-21 Thread Akio Takebe
Hi, Isaku and all

I'd like to start pv_ops work.
I'm not familiar with git command.

I did git clone Isaku's git tree, but I cannot download it.
(I can download Xiantao's kvm-ia64 git tree.)
Did I have some mistakes? And can I use git protocol instead of http?

# git clone http://people.valinux.co.jp/~yamahata/xen-ia64/linux-2.6-xen-ia6
4.git
Initialized empty Git repository in /root/pv_ops/linux-2.6-xen-ia64/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?

Best Regards,

Akio Takebe


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


RE: [Xen-ia64-devel] [Q] How to download pv_ops git tree

2008-03-21 Thread Dong, Eddie
Akio Takebe wrote:
 Hi, Isaku and all
 
 I'd like to start pv_ops work.
 I'm not familiar with git command.
 
 I did git clone Isaku's git tree, but I cannot download it.
 (I can download Xiantao's kvm-ia64 git tree.)
 Did I have some mistakes? And can I use git protocol instead of http?
 
 # git clone
 http://people.valinux.co.jp/~yamahata/xen-ia64/linux-2.6-xen-ia6 
 4.git
 Initialized empty Git repository in
 /root/pv_ops/linux-2.6-xen-ia64/.git/ Cannot get remote repository
 information. 
 Perhaps git-update-server-info needs to be run there?
 
 Best Regards,
 
 Akio Takebe
 
I am not a git expert either :( But would you please check if the
http_proxy
is set correctly? Xiantao'tree support git port I think.

We was ever suffer from this for couple days too :)
Eddie

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


RE: [Xen-ia64-devel] [Q] How to download pv_ops git tree

2008-03-21 Thread Akio Takebe
Hi, Eddie

Thank you.

I am not a git expert either :( But would you please check if the
http_proxy
is set correctly? Xiantao'tree support git port I think.
Yes, I did export http_proxy=http://xxx.yyy.zzz:;, then
git clone, but I cannot download it.

I could get index.html with wget 
http://people.valinux.co.jp/~yamahata/xen-ia64/linux-2.6-xen-ia64.git;

Best Regards,

Akio Takebe


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel