Re: [cli] Git mirror available

2009-05-29 Thread Russel Winder
On Wed, 2009-05-27 at 12:33 +0200, Emmanuel Bourg wrote: > Paul Libbrecht a écrit : > > So commits in svn and in git are "compatible" ? > > You can't commit to Git, the mirror is read-only. SVN commits are > automatically pushed to the Git mirror. > > It's just a convenience for external develop

Re: [cli] Git mirror available

2009-05-28 Thread Emmanuel Bourg
Paul Libbrecht a écrit : So commits in svn and in git are "compatible" ? You can't commit to Git, the mirror is read-only. SVN commits are automatically pushed to the Git mirror. It's just a convenience for external developers wishing to work on the code. Emmanuel Bourg ---

Re: [cli] Git mirror available

2009-05-27 Thread Jukka Zitting
Hi, On Wed, May 27, 2009 at 4:34 PM, Russel Winder wrote: > Is it guaranteed that the Git read-only mirror repository will always be > exactly up to date to the Subversion repository? (i.e. will every commit > to the Subversion store cause a refresh of the Git read-only mirror?) Yes. The mirror

Re: [cli] Git mirror available

2009-05-27 Thread Emmanuel Bourg
Russel Winder a écrit : I just cloned the read-only repository -- took a few seconds, and works well. A lot better than doing a "git svn clone . . . " myself -- which takes a couple of days or so! Great! Regarding the inner working of the svn->git replication, the best is to ask the infrastr

Re: [cli] Git mirror available

2009-05-27 Thread Mark Thomas
Russel Winder wrote: > On Wed, 2009-05-27 at 11:30 +0100, Mark Thomas wrote: >> Paul Libbrecht wrote: >>> So commits in svn and in git are "compatible" ? >> http://www.apache.org/dev/git.html >> >> Mark > > Is it guaranteed that the Git read-only mirror repository will always be > exactly up to da

Re: [cli] Git mirror available

2009-05-27 Thread Russel Winder
Emmanuel, On Wed, 2009-05-27 at 12:45 +0200, Emmanuel Bourg wrote: > Paul Libbrecht a écrit : > > So commits in svn and in git are "compatible" ? > > You can't commit to Git, the mirror is read-only. SVN commits are > automatically pushed to the Git mirror. > > It's just a convenience for extern

Re: [cli] Git mirror available

2009-05-27 Thread Russel Winder
On Wed, 2009-05-27 at 11:30 +0100, Mark Thomas wrote: > Paul Libbrecht wrote: > > So commits in svn and in git are "compatible" ? > > http://www.apache.org/dev/git.html > > Mark Is it guaranteed that the Git read-only mirror repository will always be exactly up to date to the Subversion reposito

Re: [cli] Git mirror available

2009-05-27 Thread Emmanuel Bourg
Paul Libbrecht a écrit : So commits in svn and in git are "compatible" ? You can't commit to Git, the mirror is read-only. SVN commits are automatically pushed to the Git mirror. It's just a convenience for external developers wishing to work on the code. Emmanuel Bourg

Re: [cli] Git mirror available

2009-05-27 Thread Mark Thomas
Paul Libbrecht wrote: > So commits in svn and in git are "compatible" ? http://www.apache.org/dev/git.html Mark > > paul > > > Le 27-mai-09 à 12:25, Emmanuel Bourg a écrit : > >> Thanks to the infrastructure team a Git mirror is now available for >> Commons CLI: >> >> git://git.apache.org/co

Re: [cli] Git mirror available

2009-05-27 Thread Paul Libbrecht
So commits in svn and in git are "compatible" ? paul Le 27-mai-09 à 12:25, Emmanuel Bourg a écrit : Thanks to the infrastructure team a Git mirror is now available for Commons CLI: git://git.apache.org/commons-cli.git Emmanuel Bourg ---