* [Qemu-devel] Git and SVN at savannah.nongnu.org
@ 2009-02-13 3:35 Gabriel Southern
2009-02-13 10:55 ` Kristoffer Ericson
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Gabriel Southern @ 2009-02-13 3:35 UTC (permalink / raw)
To: qemu-devel
Hi,
Is the Git repository at git://git.savannah.nongnu.org/qemu.git being
kept up-to-date, or should I switch to a different mirror? It looks
like its last update was on Jan 27 and there have been lots of commits
to the SVN repository since then. If anyone has advice about what
server to use I appreciate it.
Thanks,
-Gabriel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Git and SVN at savannah.nongnu.org
2009-02-13 3:35 [Qemu-devel] Git and SVN at savannah.nongnu.org Gabriel Southern
@ 2009-02-13 10:55 ` Kristoffer Ericson
2009-02-13 11:36 ` Johannes Schindelin
2009-02-13 14:46 ` Anthony Liguori
2 siblings, 0 replies; 7+ messages in thread
From: Kristoffer Ericson @ 2009-02-13 10:55 UTC (permalink / raw)
To: qemu-devel; +Cc: Gabriel Southern
[-- Attachment #1: Type: text/plain, Size: 576 bytes --]
On Thu, 12 Feb 2009 19:35:00 -0800
Gabriel Southern <gabriel.southern@gmail.com> wrote:
> Hi,
>
> Is the Git repository at git://git.savannah.nongnu.org/qemu.git being
> kept up-to-date, or should I switch to a different mirror? It looks
> like its last update was on Jan 27 and there have been lots of commits
> to the SVN repository since then. If anyone has advice about what
> server to use I appreciate it.
I personally use git://git.kernel.dk/qemu.git
>
> Thanks,
>
> -Gabriel
>
>
--
Kristoffer Ericson <kristoffer.ericson@gmail.com>
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Git and SVN at savannah.nongnu.org
2009-02-13 3:35 [Qemu-devel] Git and SVN at savannah.nongnu.org Gabriel Southern
2009-02-13 10:55 ` Kristoffer Ericson
@ 2009-02-13 11:36 ` Johannes Schindelin
2009-02-13 14:51 ` Glauber Costa
2009-02-13 14:46 ` Anthony Liguori
2 siblings, 1 reply; 7+ messages in thread
From: Johannes Schindelin @ 2009-02-13 11:36 UTC (permalink / raw)
To: Gabriel Southern; +Cc: qemu-devel
Hi,
On Thu, 12 Feb 2009, Gabriel Southern wrote:
> Is the Git repository at git://git.savannah.nongnu.org/qemu.git being
> kept up-to-date, or should I switch to a different mirror?
For that very reason, I maintain my own git-svn mirror, at
git://repo.or.cz/qemu.git
Hth,
Dscho
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Git and SVN at savannah.nongnu.org
2009-02-13 3:35 [Qemu-devel] Git and SVN at savannah.nongnu.org Gabriel Southern
2009-02-13 10:55 ` Kristoffer Ericson
2009-02-13 11:36 ` Johannes Schindelin
@ 2009-02-13 14:46 ` Anthony Liguori
2009-02-14 2:17 ` Gabriel Southern
2 siblings, 1 reply; 7+ messages in thread
From: Anthony Liguori @ 2009-02-13 14:46 UTC (permalink / raw)
To: qemu-devel
Gabriel Southern wrote:
> Hi,
>
> Is the Git repository at git://git.savannah.nongnu.org/qemu.git being
> kept up-to-date, or should I switch to a different mirror? It looks
> like its last update was on Jan 27 and there have been lots of commits
> to the SVN repository since then. If anyone has advice about what
> server to use I appreciate it.
>
The git repo on Savannah will eventually become the official git tree.
I'm still experimenting with the git capabilities of Savannah.
I'd like to switch us from SVN to git after the next release. I took a
survey of the current maintainers and almost all of them are currently
using git. Most of the patches being submitted are also against a git tree.
What's in the Savannah git tree is from git.kernel.org. I've checked
and it is also compatible with the tree on repo.or.cz. As long as you
use the obvious options to git-svn, the resulting tree should be compatible.
Regards,
Anthony Liguori
> Thanks,
>
> -Gabriel
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Git and SVN at savannah.nongnu.org
2009-02-13 11:36 ` Johannes Schindelin
@ 2009-02-13 14:51 ` Glauber Costa
2009-02-13 15:29 ` Johannes Schindelin
0 siblings, 1 reply; 7+ messages in thread
From: Glauber Costa @ 2009-02-13 14:51 UTC (permalink / raw)
To: qemu-devel; +Cc: Gabriel Southern
On Fri, Feb 13, 2009 at 9:36 AM, Johannes Schindelin
<Johannes.Schindelin@gmx.de> wrote:
> Hi,
>
> On Thu, 12 Feb 2009, Gabriel Southern wrote:
>
>> Is the Git repository at git://git.savannah.nongnu.org/qemu.git being
>> kept up-to-date, or should I switch to a different mirror?
>
> For that very reason, I maintain my own git-svn mirror, at
> git://repo.or.cz/qemu.git
FWIW, hpa keeps a git mirror of qemu at
git://git.kernel.org/pub/scm/virt/qemu.git
that's what I use for development, it's usually up to date.
--
Glauber Costa.
"Free as in Freedom"
http://glommer.net
"The less confident you are, the more serious you have to act."
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Git and SVN at savannah.nongnu.org
2009-02-13 14:51 ` Glauber Costa
@ 2009-02-13 15:29 ` Johannes Schindelin
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Schindelin @ 2009-02-13 15:29 UTC (permalink / raw)
To: Glauber Costa; +Cc: qemu-devel, Gabriel Southern
Hi,
On Fri, 13 Feb 2009, Glauber Costa wrote:
> On Fri, Feb 13, 2009 at 9:36 AM, Johannes Schindelin
> <Johannes.Schindelin@gmx.de> wrote:
>
> > On Thu, 12 Feb 2009, Gabriel Southern wrote:
> >
> >> Is the Git repository at git://git.savannah.nongnu.org/qemu.git being
> >> kept up-to-date, or should I switch to a different mirror?
> >
> > For that very reason, I maintain my own git-svn mirror, at
> > git://repo.or.cz/qemu.git
>
> FWIW, hpa keeps a git mirror of qemu at
> git://git.kernel.org/pub/scm/virt/qemu.git that's what I use for
> development, it's usually up to date.
It does not work for me (says that the remote end hung up), but AFAIR HPA
did not expose anything else but the trunk to the world.
If you are only following the tip of the trunk, it does not matter.
Ciao,
Dscho
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Git and SVN at savannah.nongnu.org
2009-02-13 14:46 ` Anthony Liguori
@ 2009-02-14 2:17 ` Gabriel Southern
0 siblings, 0 replies; 7+ messages in thread
From: Gabriel Southern @ 2009-02-14 2:17 UTC (permalink / raw)
To: qemu-devel
Thanks for the explanation. Also thanks to everyone who pointed out
other mirrors that can be used.
-Gabriel
> The git repo on Savannah will eventually become the official git tree. I'm
> still experimenting with the git capabilities of Savannah.
>
> I'd like to switch us from SVN to git after the next release. I took a
> survey of the current maintainers and almost all of them are currently using
> git. Most of the patches being submitted are also against a git tree.
>
> What's in the Savannah git tree is from git.kernel.org. I've checked and it
> is also compatible with the tree on repo.or.cz. As long as you use the
> obvious options to git-svn, the resulting tree should be compatible.
>
> Regards,
>
> Anthony Liguori
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-02-14 2:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 3:35 [Qemu-devel] Git and SVN at savannah.nongnu.org Gabriel Southern
2009-02-13 10:55 ` Kristoffer Ericson
2009-02-13 11:36 ` Johannes Schindelin
2009-02-13 14:51 ` Glauber Costa
2009-02-13 15:29 ` Johannes Schindelin
2009-02-13 14:46 ` Anthony Liguori
2009-02-14 2:17 ` Gabriel Southern
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).