Re: Official GCC git repository

2008-12-22 Thread Andreas Schwab
Paolo Bonzini writes: > Rafael Espindola wrote: >>> Because the right one should have been >>> >>> $ git config --add remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' >>> >> >> That is what "git clone" adds, but with that "git branch -r" will not >> list the remote branches. > > Uhm, it

Re: Official GCC git repository

2008-12-22 Thread Andreas Schwab
Rafael Espindola writes: >>> git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*' >> >> This will put the remote branch heads in refs/remotes, you might want to >> put them in refs/remotes/origin instead. >> >> $ git config --add remote.origin.fetch >> '+refs/remotes/*:refs/remo

Re: Official GCC git repository

2008-12-22 Thread Rafael Espindola
> Uhm, it does here (I don't have a GCC repo, it's another one): I think the problem is that the GCC repo is set up in some unusual way. > $ git branch -r > mirror/cpp > mirror/exc-handling-alternate-fix > mirror/filesystem > mirror/ipv6 > mirror/magritte > mirror/master > mirror/omnibrows

Re: Official GCC git repository

2008-12-22 Thread Paolo Bonzini
Rafael Espindola wrote: >> Because the right one should have been >> >> $ git config --add remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' >> > > That is what "git clone" adds, but with that "git branch -r" will not > list the remote branches. Uhm, it does here (I don't have a GCC repo,

Re: Official GCC git repository

2008-12-22 Thread Rafael Espindola
> Because the right one should have been > > $ git config --add remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' > That is what "git clone" adds, but with that "git branch -r" will not list the remote branches. > > Paolo > Cheers, -- Rafael Avila de Espindola Google | Gordon House | B

Re: Official GCC git repository

2008-12-21 Thread Paolo Bonzini
Rafael Espindola wrote: >>> git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*' >> This will put the remote branch heads in refs/remotes, you might want to >> put them in refs/remotes/origin instead. >> >> $ git config --add remote.origin.fetch >> '+refs/remotes/*:refs/remotes/or

Re: Official GCC git repository

2008-12-21 Thread Rafael Espindola
>> git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*' > > This will put the remote branch heads in refs/remotes, you might want to > put them in refs/remotes/origin instead. > > $ git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/origin/*' One small problem I ha

Re: Official GCC git repository

2008-08-17 Thread Gerald Pfeifer
On Sun, 17 Aug 2008, Christopher Faylor wrote: > I don't think adding YA place that has to be updated when things change > is a good idea. If this is a script that runs on gcc.gnu.org then you > should be able to get the full name with a minimal amount of effort > using a getpw* function. Okay, I

Re: Official GCC git repository

2008-08-17 Thread Christopher Faylor
On Sun, Aug 17, 2008 at 06:30:57PM +0200, Gerald Pfeifer wrote: >On Thu, 27 Mar 2008, Andreas Schwab wrote: >>> I've been waiting until I had the time to rewrite my import with proper >>> author names. Does anyone have a correspondence file mapping the login >>> name to Author? >> I have a list th

Re: Official GCC git repository

2008-08-17 Thread Gerald Pfeifer
On Thu, 27 Mar 2008, Andreas Schwab wrote: >> I've been waiting until I had the time to rewrite my import with proper >> author names. Does anyone have a correspondence file mapping the login >> name to Author? > I have a list that is about 4 months old. Should be pretty complete. Cute. How abo

Re: Official GCC git repository

2008-04-24 Thread Daniel Berlin
It fixed itself. :) On Thu, Apr 24, 2008 at 12:09 PM, Christopher Faylor <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 23, 2008 at 05:14:42PM -0400, Christopher Faylor wrote: > >On Wed, Apr 23, 2008 at 08:09:57PM +0200, Samuel Tardieu wrote: > >>> "Christopher" == Christopher Faylor <[EMAIL PRO

Re: Official GCC git repository

2008-04-24 Thread Samuel Tardieu
On 24/04, Christopher Faylor wrote: | In case it isn't obvious, I don't know how to fix this. Well, I guess it fixed itself then since it's now working again :)

Re: Official GCC git repository

2008-04-24 Thread Christopher Faylor
On Wed, Apr 23, 2008 at 05:14:42PM -0400, Christopher Faylor wrote: >On Wed, Apr 23, 2008 at 08:09:57PM +0200, Samuel Tardieu wrote: >>> "Christopher" == Christopher Faylor <[EMAIL PROTECTED]> writes: >> >>Christopher> After consultation with Dan, I have set things up on >>Christopher> gcc.gnu.

Re: Official GCC git repository

2008-04-23 Thread Christopher Faylor
On Wed, Apr 23, 2008 at 08:09:57PM +0200, Samuel Tardieu wrote: >> "Christopher" == Christopher Faylor <[EMAIL PROTECTED]> writes: > >Christopher> After consultation with Dan, I have set things up on >Christopher> gcc.gnu.org so that the git repository is updated every >Christopher> time an ema

Re: Official GCC git repository

2008-04-23 Thread Samuel Tardieu
> "Christopher" == Christopher Faylor <[EMAIL PROTECTED]> writes: Christopher> After consultation with Dan, I have set things up on Christopher> gcc.gnu.org so that the git repository is updated every Christopher> time an email message is received from the gcc-cvs Christopher> mailing list. C

Re: Official GCC git repository

2008-04-20 Thread Bernie Innocenti
On Fri, 2008-04-18 at 21:07 +0200, Samuel Tardieu wrote: > I think the mistake is to have them (git & hg) hosted on the same > machine as svn. Having them on "hg.gcc.gnu.org" and "git.gcc.gnu.org" > would allow to split the load between machines (even if > "hg.gcc.gnu.org" > and "git.gcc.gnu.org"

Re: Official GCC git repository

2008-04-20 Thread Kirill A. Shutemov
Some of branches situated not on top of /branch directory in svn. For example redhat branches situated under /branch/redhat. There is only one branch 'redhat' in the git repository, that contain all redhat branches as directory. It's not very suitable. Does it possible to track this branches separa

Re: Official GCC git repository

2008-04-19 Thread David Woodhouse
On Sat, 2008-04-19 at 11:34 -0400, NightStrike wrote: > On 4/19/08, Daniel Berlin <[EMAIL PROTECTED]> wrote: > > The problem with commits is that the average is not what matters. > > Commits are bursty. > > People make 5 commits to different branches in the course of a minute > > or two, then there

Re: Official GCC git repository

2008-04-19 Thread NightStrike
On 4/19/08, Daniel Berlin <[EMAIL PROTECTED]> wrote: > The problem with commits is that the average is not what matters. > Commits are bursty. > People make 5 commits to different branches in the course of a minute > or two, then there is nothing for another 15 minutes, etc. Oh. Well... I still

Re: Official GCC git repository

2008-04-19 Thread Daniel Berlin
On Sat, Apr 19, 2008 at 11:30 AM, NightStrike <[EMAIL PROTECTED]> wrote: > On 4/18/08, Christopher Faylor > > > <[EMAIL PROTECTED]> wrote: > > After consultation with Dan, I have set things up on gcc.gnu.org so that > > the git repository is updated every time an email message is received > > fr

Re: Official GCC git repository

2008-04-19 Thread NightStrike
On 4/19/08, NightStrike <[EMAIL PROTECTED]> wrote: > On 4/18/08, Christopher Faylor > <[EMAIL PROTECTED]> wrote: > Incorporating the 121 brings the average to 36 (next highest past 121 > is 53, all other values are below 38. s/38/48, 48 being the number of daily commits under the 30 minute model

Re: Official GCC git repository

2008-04-19 Thread NightStrike
On 4/18/08, Christopher Faylor <[EMAIL PROTECTED]> wrote: > After consultation with Dan, I have set things up on gcc.gnu.org so that > the git repository is updated every time an email message is received > from the gcc-cvs mailing list. > > We'll be monitoring the system to see if there is a load

Re: Official GCC git repository

2008-04-19 Thread Samuel Tardieu
On 18/04, Christopher Faylor wrote: | After consultation with Dan, I have set things up on gcc.gnu.org so that | the git repository is updated every time an email message is received | from the gcc-cvs mailing list. Great! Thanks to both of you.

Re: Official GCC git repository

2008-04-18 Thread Christopher Faylor
After consultation with Dan, I have set things up on gcc.gnu.org so that the git repository is updated every time an email message is received from the gcc-cvs mailing list. We'll be monitoring the system to see if there is a load hit. If so, we'll probably drop back to Dan's original method. cg

Re: Official GCC git repository

2008-04-18 Thread Alfred M. Szmidt
>> I think the mistake is to have them (git & hg) hosted on >> the same machine as svn. Having them on "hg.gcc.gnu.org" >> and "git.gcc.gnu.org" would allow to split the load between >> machines (even if "hg.gcc.gnu.org" and "git.gcc.gnu.org" >> are the same

Re: Official GCC git repository

2008-04-18 Thread Daniel Berlin
On Fri, Apr 18, 2008 at 3:57 PM, Alfred M. Szmidt <[EMAIL PROTECTED]> wrote: >> I think the mistake is to have them (git & hg) hosted on the >> same machine as svn. Having them on "hg.gcc.gnu.org" and >> "git.gcc.gnu.org" would allow to split the load between machines >> (even i

Re: Official GCC git repository

2008-04-18 Thread Alfred M. Szmidt
> I think the mistake is to have them (git & hg) hosted on the > same machine as svn. Having them on "hg.gcc.gnu.org" and > "git.gcc.gnu.org" would allow to split the load between machines > (even if "hg.gcc.gnu.org" and "git.gcc.gnu.org" are the same > machines originally).

Re: Official GCC git repository

2008-04-18 Thread Daniel Berlin
On Fri, Apr 18, 2008 at 3:07 PM, Samuel Tardieu <[EMAIL PROTECTED]> wrote: > On 18/04, Daniel Berlin wrote: > > > > I think the mistake is to have them (git & hg) hosted on the same > machine as svn. Having them on "hg.gcc.gnu.org" and "git.gcc.gnu.org" > would allow to split the load between ma

Re: Official GCC git repository

2008-04-18 Thread Samuel Tardieu
On 18/04, Daniel Berlin wrote: | I know you think this is personal, as per your email below, but it really isn't. | I had it set up to do it after every commit, and it drove our load | average up a noticeable amount. | As such, I stopped doing it and set it to run every 30 minutes. | | > I know

Re: Official GCC git repository

2008-04-18 Thread Daniel Berlin
On Fri, Apr 18, 2008 at 1:40 PM, Samuel Tardieu <[EMAIL PROTECTED]> wrote: > On 18/04, Daniel Berlin wrote: > > > | > However, having it synced periodically rather than after every commit is > | > an annoyance. > | > | True, but it won't change anytime soon because it would place more > | loa

Re: Official GCC git repository

2008-04-18 Thread Samuel Tardieu
On 18/04, Daniel Berlin wrote: | > However, having it synced periodically rather than after every commit is | > an annoyance. | | True, but it won't change anytime soon because it would place more | load, and require more locking (since there is no guarantee a git sync | will finish before the

Re: Official GCC git repository

2008-04-18 Thread Daniel Berlin
On Fri, Apr 18, 2008 at 12:15 PM, Samuel Tardieu <[EMAIL PROTECTED]> wrote: > On 18/04, Daniel Berlin wrote: > > | > how is the GIT repository synced? Is there a hook which updates it > | > after a svn commit? > | > | No. > | It is synced every 30 minutes. > | > | > > | > I'm about to sw

Re: Official GCC git repository

2008-04-18 Thread Samuel Tardieu
On 18/04, Daniel Berlin wrote: | > how is the GIT repository synced? Is there a hook which updates it | > after a svn commit? | | No. | It is synced every 30 minutes. | | > | > I'm about to switch from infradead to gcc.gnu.org, and I want to make | > sure that the latter is synced at least a

Re: Official GCC git repository

2008-04-18 Thread Daniel Berlin
On Fri, Apr 18, 2008 at 6:31 AM, Samuel Tardieu <[EMAIL PROTECTED]> wrote: > > "Daniel" == Daniel Berlin <[EMAIL PROTECTED]> writes: > > Daniel> I put my version of the gcc conversion (which has all branches > Daniel> but no tags) at git://gcc.gnu.org/git/gcc.git and set a script > Daniel> u

Re: Official GCC git repository

2008-04-18 Thread Samuel Tardieu
> "Daniel" == Daniel Berlin <[EMAIL PROTECTED]> writes: Daniel> I put my version of the gcc conversion (which has all branches Daniel> but no tags) at git://gcc.gnu.org/git/gcc.git and set a script Daniel> up to update it appropriately. Daniel, how is the GIT repository synced? Is there a ho

Re: Official GCC git repository

2008-04-15 Thread Andreas Schwab
Andreas Schwab <[EMAIL PROTECTED]> writes: > "Daniel Berlin" <[EMAIL PROTECTED]> writes: > >> No, nothing is wrong wit he import, if you want all the remote >> branches, you have to ask git to get all the remote branches >> >> git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*' >

Re: Official GCC git repository

2008-04-15 Thread Daniel Berlin
On Tue, Apr 15, 2008 at 2:23 PM, Samuel Tardieu <[EMAIL PROTECTED]> wrote: > > "Daniel" == Daniel Berlin <[EMAIL PROTECTED]> writes: > > Daniel> No, nothing is wrong wit he import, if you want all the remote > Daniel> branches, you have to ask git to get all the remote branches > > Daniel> g

Re: Official GCC git repository

2008-04-15 Thread Ludovic Courtès
Hi, Samuel Tardieu <[EMAIL PROTECTED]> writes: > how did you setup the git repository? The branch heads are supposed to > be located under "/refs/heads/" on gcc.gnu.org, not under > "/refs/remotes/", where you generally find the remote references: > those branches aren't supposed to be remote on

Re: Official GCC git repository

2008-04-15 Thread Samuel Tardieu
> "Daniel" == Daniel Berlin <[EMAIL PROTECTED]> writes: Daniel> No, nothing is wrong wit he import, if you want all the remote Daniel> branches, you have to ask git to get all the remote branches Daniel> git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*' Daniel, how did y

Re: Official GCC git repository

2008-04-15 Thread Daniel Berlin
On Tue, Apr 15, 2008 at 1:12 PM, Andreas Schwab <[EMAIL PROTECTED]> wrote: > "Daniel Berlin" <[EMAIL PROTECTED]> writes: > > > > No, nothing is wrong wit he import, if you want all the remote > > branches, you have to ask git to get all the remote branches > > > > git config --add remote.origin.

Re: Official GCC git repository

2008-04-15 Thread Andreas Schwab
"Daniel Berlin" <[EMAIL PROTECTED]> writes: > No, nothing is wrong wit he import, if you want all the remote > branches, you have to ask git to get all the remote branches > > git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*' This will put the remote branch heads in refs/remot

Re: Official GCC git repository

2008-04-15 Thread Daniel Berlin
No, nothing is wrong wit he import, if you want all the remote branches, you have to ask git to get all the remote branches git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*' Then fetch again. then, if you want to really see all the branches, including the remote ones, use git

Re: Official GCC git repository

2008-04-15 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (Ludovic Courtès) writes: > "Daniel Berlin" <[EMAIL PROTECTED]> writes: > >> I put my version of the gcc conversion (which has all branches but no >> tags) at git://gcc.gnu.org/git/gcc.git and set a script up to update >> it appropriately. >> >> Note that i will not announce

Re: Official GCC git repository

2008-04-15 Thread Ludovic Courtès
Hi, "Daniel Berlin" <[EMAIL PROTECTED]> writes: > I put my version of the gcc conversion (which has all branches but no > tags) at git://gcc.gnu.org/git/gcc.git and set a script up to update > it appropriately. > > Note that i will not announce this anywhere until someone steps > forward to actua

Re: Official GCC git repository

2008-04-15 Thread Kirill A. Shutemov
On Tue, Apr 15, 2008 at 08:37:36AM +0200, Bernie Innocenti wrote: > Daniel Berlin wrote: >> I put my version of the gcc conversion (which has all branches but no >> tags) at git://gcc.gnu.org/git/gcc.git and set a script up to update >> it appropriately. >> >> Note that i will not announce this an

Re: Official GCC git repository

2008-04-14 Thread Bernie Innocenti
Daniel Berlin wrote: I put my version of the gcc conversion (which has all branches but no tags) at git://gcc.gnu.org/git/gcc.git and set a script up to update it appropriately. Note that i will not announce this anywhere until someone steps forward to actually maintain it because i do not know

Re: Official GCC git repository

2008-04-14 Thread Daniel Berlin
I put my version of the gcc conversion (which has all branches but no tags) at git://gcc.gnu.org/git/gcc.git and set a script up to update it appropriately. Note that i will not announce this anywhere until someone steps forward to actually maintain it because i do not know GIT. Neither of the pe

Re: Official GCC git repository

2008-04-14 Thread Kirill A. Shutemov
On Wed, Mar 26, 2008 at 02:38:53PM -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 12:30 PM, Frank Ch. Eigler <[EMAIL PROTECTED]> wrote: > > Hi - > > > > On Fri, Mar 14, 2008 at 10:41:42AM -0400, Frank Ch. Eigler wrote: > > > > > [...] > > > > > OK, /git/gcc.git appears ready for you to pop

Re: Official GCC git repository

2008-03-27 Thread Samuel Tardieu
> "Paolo" == Paolo Bonzini <[EMAIL PROTECTED]> writes: >> I was only suggesting it as a nicity, if people are happy with the >> login name alone. Paolo> What about "Real Name <[EMAIL PROTECTED]>"? The overseers have Paolo> the mapping, or you can sort of guess it from the names in the Paolo>

Re: Official GCC git repository

2008-03-27 Thread Andreas Schwab
Harvey Harrison <[EMAIL PROTECTED]> writes: > I've been waiting until I had the time to rewrite my import with proper > author names. Does anyone have a correspondence file mapping the login > name to Author? I have a list that is about 4 months old. Should be pretty complete. Andreas. -- An

Re: Official GCC git repository

2008-03-26 Thread Paolo Bonzini
I was only suggesting it as a nicity, if people are happy with the login name alone. What about "Real Name <[EMAIL PROTECTED]>"? The overseers have the mapping, or you can sort of guess it from the names in the ChangeLog. This has to be decided before the first push, so it's kind of urgent

Re: Official GCC git repository

2008-03-26 Thread Harvey Harrison
On Thu, 2008-03-27 at 00:02 -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 11:10 PM, Harvey Harrison > <[EMAIL PROTECTED]> wrote: > > > This is an artifact, it now creates them on the fly from the git repo > > rather than caching them. git-svn should delete all of the temp index > > fil

Re: Official GCC git repository

2008-03-26 Thread Daniel Berlin
On Wed, Mar 26, 2008 at 11:10 PM, Harvey Harrison <[EMAIL PROTECTED]> wrote: > This is an artifact, it now creates them on the fly from the git repo > rather than caching them. git-svn should delete all of the temp index > files, if these are just leftovers from an old import, ok. Otherwise >

Re: Official GCC git repository

2008-03-26 Thread Harvey Harrison
On Wed, 2008-03-26 at 22:57 -0400, Daniel Berlin wrote: > > Lots of projects use the Name format, gcc adds that to the > > Changelog and the author is the login name, I was proposing to add > > the Name format to the git repo to make things like gitk > > nicer to use. > > There is no singula

Re: Official GCC git repository

2008-03-26 Thread Harvey Harrison
On Wed, 2008-03-26 at 22:57 -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 10:12 PM, Harvey Harrison > <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-03-26 at 22:04 -0400, Daniel Berlin wrote: > > > On Wed, Mar 26, 2008 at 8:15 PM, Harvey Harrison > > > <[EMAIL PROTECTED]> wrote: > > > > > >

Re: Official GCC git repository

2008-03-26 Thread Daniel Berlin
On Wed, Mar 26, 2008 at 10:12 PM, Harvey Harrison <[EMAIL PROTECTED]> wrote: > On Wed, 2008-03-26 at 22:04 -0400, Daniel Berlin wrote: > > On Wed, Mar 26, 2008 at 8:15 PM, Harvey Harrison > > <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote: > > >

Re: Official GCC git repository

2008-03-26 Thread Daniel Berlin
> Lots of projects use the Name format, gcc adds that to the > Changelog and the author is the login name, I was proposing to add > the Name format to the git repo to make things like gitk > nicer to use. There is no singular mapping from login name to author, since we have all used differen

Re: Official GCC git repository

2008-03-26 Thread Harvey Harrison
On Wed, 2008-03-26 at 22:04 -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 8:34 PM, Harvey Harrison > <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote: > > > On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti <[EMAIL PROTECTED]> > > wrote: > > > > On

Re: Official GCC git repository

2008-03-26 Thread Harvey Harrison
On Wed, 2008-03-26 at 22:04 -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 8:15 PM, Harvey Harrison > <[EMAIL PROTECTED]> wrote: > > > > On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote: > > > On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti <[EMAIL PROTECTED]> > > wrote: > > >

Re: Official GCC git repository

2008-03-26 Thread Daniel Berlin
On Wed, Mar 26, 2008 at 8:34 PM, Harvey Harrison <[EMAIL PROTECTED]> wrote: > On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote: > > On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti <[EMAIL PROTECTED]> > wrote: > > > On Wed, 2008-03-26 at 14:38 -0400, Daniel Berlin wrote: > > > > On We

Re: Official GCC git repository

2008-03-26 Thread Daniel Berlin
On Wed, Mar 26, 2008 at 8:15 PM, Harvey Harrison <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote: > > On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti <[EMAIL PROTECTED]> > wrote: > > > On Wed, 2008-03-26 at 14:38 -0400, Daniel Berlin wrote: > > > > >

Re: Official GCC git repository

2008-03-26 Thread Harvey Harrison
On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-03-26 at 14:38 -0400, Daniel Berlin wrote: > > > On Wed, Mar 26, 2008 at 12:30 PM, Frank Ch. Eigler <[EMAIL PROTECTED]> > > wrote: > > > > Hi

Re: Official GCC git repository

2008-03-26 Thread Harvey Harrison
On Wed, 2008-03-26 at 20:01 -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-03-26 at 14:38 -0400, Daniel Berlin wrote: > > > > > > > Guys, if you want, i can populate it with my git-svn clone, which has > > > a svn roo

Re: Official GCC git repository

2008-03-26 Thread Daniel Berlin
On Wed, Mar 26, 2008 at 3:42 PM, Bernardo Innocenti <[EMAIL PROTECTED]> wrote: > On Wed, 2008-03-26 at 14:38 -0400, Daniel Berlin wrote: > > On Wed, Mar 26, 2008 at 12:30 PM, Frank Ch. Eigler <[EMAIL PROTECTED]> > wrote: > > > Hi - > > > > > > On Fri, Mar 14, 2008 at 10:41:42AM -0400, Frank C

Re: Official GCC git repository

2008-03-26 Thread Bernardo Innocenti
On Wed, 2008-03-26 at 14:38 -0400, Daniel Berlin wrote: > On Wed, Mar 26, 2008 at 12:30 PM, Frank Ch. Eigler <[EMAIL PROTECTED]> wrote: > > Hi - > > > > On Fri, Mar 14, 2008 at 10:41:42AM -0400, Frank Ch. Eigler wrote: > > > > > [...] > > > > > OK, /git/gcc.git appears ready for you to populate &

Re: Official GCC git repository

2008-03-26 Thread Daniel Berlin
On Wed, Mar 26, 2008 at 12:30 PM, Frank Ch. Eigler <[EMAIL PROTECTED]> wrote: > Hi - > > On Fri, Mar 14, 2008 at 10:41:42AM -0400, Frank Ch. Eigler wrote: > > > [...] > > > OK, /git/gcc.git appears ready for you to populate & maintain. Access > > as {http,git,ssh}://gcc.gnu.org/gcc.git should a

Re: Official GCC git repository

2008-03-26 Thread Aaron Gray
Hi - >>OK, /git/gcc.git appears ready for you to populate & maintain. Access >>as {http,git,ssh}://gcc.gnu.org/gcc.git should all work. Is there GIT Web support ? I believe a quoted line above already answers that question. But yes. :-) Ah, http://gcc.gnu.org/git/ works, great. Aaron

Re: Official GCC git repository

2008-03-26 Thread Aaron Gray
Hi - On Fri, Mar 14, 2008 at 10:41:42AM -0400, Frank Ch. Eigler wrote: [...] OK, /git/gcc.git appears ready for you to populate & maintain. Access as {http,git,ssh}://gcc.gnu.org/gcc.git should all work. Just a reminder - an empty git repository has been ready for you for some time. Is th

Re: Official GCC git repository

2008-03-26 Thread Frank Ch. Eigler
Hi - On Fri, Mar 14, 2008 at 10:41:42AM -0400, Frank Ch. Eigler wrote: > [...] > OK, /git/gcc.git appears ready for you to populate & maintain. Access > as {http,git,ssh}://gcc.gnu.org/gcc.git should all work. Just a reminder - an empty git repository has been ready for you for some time. - FC

Re: Official GCC git repository

2008-03-15 Thread Angela Marie Thomas
[EMAIL PROTECTED] wrote: > Yup. We can slot in a gcc git mirror beside the half-dozen others we > already have. (Angela: the payload data is under the new > /sourceware/projects/FOO-home/gitfiles directory; symlinks from /git.) All of /sourceware/projects is backed up so it's covered. Thanks.

Re: Official GCC git repository

2008-03-15 Thread Florian Weimer
* Daniel Berlin: > They could have made massive strides since then (this was a little > over a year ago), but I wouldn't trust anything with that large of a > scaling issue to have solved it in such a short time. They still compute revision numbers on the fly in many commands, which means that th

Re: Official GCC git repository

2008-03-14 Thread Nicholas Nethercote
On Thu, 13 Mar 2008, David Woodhouse wrote: I could never understand why anyone would use anything but CVS (if that works for them), or git. The VCS-du-jour craze just confuses me. Version control is complicated, much more so than it first appears. There's a very large design space. Knowing

Re: Official GCC git repository

2008-03-14 Thread Ollie Wild
On Fri, Mar 14, 2008 at 1:44 PM, Stephen R. van den Berg <[EMAIL PROTECTED]> wrote: > > [svn] >noMetadata = true This will prevent users from using the GCC git repository to bootstrap their own local git-svn-aware repositories. We definitely don't want to do this. Ollie

Re: Official GCC git repository

2008-03-14 Thread Stephen R. van den Berg
Bernardo Innocenti wrote: >Fair enough. I hereby volunteer to setup and maintain the git >mirror on gcc.gnu.org if someone provides me a shell account >there. Having done some heavy public git mirroring lately, and reconnecting old trees (fixing history), the following might be useful: Recommend

Re: Official GCC git repository

2008-03-14 Thread Frank Ch. Eigler
Hi - On Thu, Mar 13, 2008 at 11:47:52PM +0100, Bernardo Innocenti wrote: > As stated above, I'd like to request shell access to gcc.gnu.org to > setup a git mirror of the GCC svn repository. I'd also suggest Harvey > Harrison as a co-maintainer of the mirror, as he helped setting it up on > gi

Re: Official GCC git repository

2008-03-14 Thread Frank Ch. Eigler
Hi - > Git-daemon is already running, i think (frank, is this right?) Yup. We can slot in a gcc git mirror beside the half-dozen others we already have. (Angela: the payload data is under the new /sourceware/projects/FOO-home/gitfiles directory; symlinks from /git.) I'll try to set up the blan

Re: Official GCC git repository

2008-03-14 Thread Paolo Bonzini
My current plan is to bug a few of our devs to try git, and a few to try hg (for a few weeks each), giving them whatever tutorials are around, and see if they find it better enough than subversion. I can try to use git, but I'm already quite experienced in it so I'm not representative. (Pe

Re: Official GCC git repository

2008-03-14 Thread Daniel Berlin
Git-daemon is already running, i think (frank, is this right?) On Thu, Mar 13, 2008 at 6:47 PM, Bernardo Innocenti <[EMAIL PROTECTED]> wrote: > Daniel Berlin wrote: > > > > Bernardo Innocenti wrote: > >> Fair enough. I hereby volunteer to setup and maintain the git > >> mirror on gcc.gnu.org

Re: Official GCC git repository

2008-03-14 Thread Daniel Berlin
On Fri, Mar 14, 2008 at 6:35 AM, Paolo Bonzini <[EMAIL PROTECTED]> wrote: > > > I could never understand why anyone would use anything but CVS (if that > > works for them), or git. The VCS-du-jour craze just confuses me. > > I could understand a lot why people would use subversion and not CVS. >

Re: Official GCC git repository

2008-03-14 Thread Paolo Bonzini
Bernardo Innocenti wrote: Harvey Harrison wrote: A few things I'd like to clean up if we move a copy over: 1) generate a author's file so the commits have better than just a login name as the commiter/author. Or in the ChangeLog. Paolo

Re: Official GCC git repository

2008-03-14 Thread Paolo Bonzini
I could never understand why anyone would use anything but CVS (if that works for them), or git. The VCS-du-jour craze just confuses me. I could understand a lot why people would use subversion and not CVS. Not that I like subversion a lot (the trunk/branches/tags system seems a bit ad-hoc f

Re: Official GCC git repository

2008-03-14 Thread Andrew Haley
Ben Elliston wrote: >> David Woodhouse wrote: > >>> To be honest, I find it weird that Subversion even exists. Precisely >>> because it _is_ so close to what people were using before, as you point >>> out. I've never really understood why anyone would bother to change from >>> CVS to SVN -- it jus

Re: Official GCC git repository

2008-03-14 Thread Bernardo Innocenti
Harvey Harrison wrote: Actually, the newer git-svn's finally switched metadata format, so once I get done moving it over, it will be ~350MB of git data and 50MB or so of git-svn metadata. (rev_db vs rev_map format) Finally. -- \___/ |___| Bernardo Innocenti - http://www.codewiz.org/ \___\

Re: Official GCC git repository

2008-03-14 Thread Bernardo Innocenti
Harvey Harrison wrote: A few things I'd like to clean up if we move a copy over: 1) generate a author's file so the commits have better than just a login name as the commiter/author. Very good idea. And the pairing should already be in the aliases file on gcc.gnu.org. 2) change the layout

Re: Official GCC git repository

2008-03-13 Thread Harvey Harrison
On Thu, 2008-03-13 at 23:47 +0100, Bernardo Innocenti wrote: > Daniel Berlin wrote: > > Bernardo Innocenti wrote: > >> Fair enough. I hereby volunteer to setup and maintain the git > >> mirror on gcc.gnu.org if someone provides me a shell account > >> there. > > > > Email [EMAIL PROTECTED] an

Re: Official GCC git repository

2008-03-13 Thread Harvey Harrison
On Thu, 2008-03-13 at 23:47 +0100, Bernardo Innocenti wrote: > Daniel Berlin wrote: > > Bernardo Innocenti wrote: > >> Fair enough. I hereby volunteer to setup and maintain the git > >> mirror on gcc.gnu.org if someone provides me a shell account > >> there. > > > > Email [EMAIL PROTECTED] an

Re: Official GCC git repository

2008-03-13 Thread Angela Marie Thomas
[EMAIL PROTECTED] wrote: > Daniel Berlin wrote: > > Bernardo Innocenti wrote: > >> Fair enough. I hereby volunteer to setup and maintain the git > >> mirror on gcc.gnu.org if someone provides me a shell account > >> there. > > > > Email [EMAIL PROTECTED] and ask what kind of sponsorship the

Re: Official GCC git repository

2008-03-13 Thread Bernardo Innocenti
Daniel Berlin wrote: > Bernardo Innocenti wrote: Fair enough. I hereby volunteer to setup and maintain the git mirror on gcc.gnu.org if someone provides me a shell account there. Email [EMAIL PROTECTED] and ask what kind of sponsorship they want to require for a shell account (for write acc

Re: Official GCC git repository

2008-03-13 Thread Ben Elliston
> David Woodhouse wrote: > > To be honest, I find it weird that Subversion even exists. Precisely > > because it _is_ so close to what people were using before, as you point > > out. I've never really understood why anyone would bother to change from > > CVS to SVN -- it just seems to be part of t

Re: Official GCC git repository

2008-03-13 Thread David Woodhouse
On Thu, 2008-03-13 at 18:04 +, Andrew Haley wrote: > It's not possible for a VCS to be "different" -- it can only be > different from some other VCS. That's true. For a non-distributed VCS, the 'norm' is generally considered to be CVS. Subversion is "different from CVS", for a limited number

Re: Official GCC git repository

2008-03-13 Thread Ralf Wildenhues
* Joe Buck wrote on Thu, Mar 13, 2008 at 07:17:18PM CET: > On Thu, Mar 13, 2008 at 02:01:46PM -0400, Paul Koning wrote: [ switching to SVN ] > > The unfortunate thing is that other FSF projects haven't yet > > switched -- it baffles me that this is so. > RMS has decided to back bzr for Emacs, and

Re: Official GCC git repository

2008-03-13 Thread Joe Buck
On Thu, Mar 13, 2008 at 02:46:12PM -0400, Daniel Berlin wrote: > On Thu, Mar 13, 2008 at 2:17 PM, Joe Buck <[EMAIL PROTECTED]> wrote: > > On Thu, Mar 13, 2008 at 02:01:46PM -0400, Paul Koning wrote: > > > > > However, if GCC proposes an official switch to a dVCS, RMS will push bzr. > > That does

Re: Official GCC git repository

2008-03-13 Thread Daniel Berlin
> > Fair enough. I hereby volunteer to setup and maintain the git > mirror on gcc.gnu.org if someone provides me a shell account > there. > Email [EMAIL PROTECTED] and ask what kind of sponsorship they want to require for a shell account (for write access to repositories, we usually only requi

Re: Official GCC git repository

2008-03-13 Thread Daniel Berlin
On Thu, Mar 13, 2008 at 2:17 PM, Joe Buck <[EMAIL PROTECTED]> wrote: > On Thu, Mar 13, 2008 at 02:01:46PM -0400, Paul Koning wrote: > > However, if GCC proposes an official switch to a dVCS, RMS will push bzr. > That doesn't mean he gets his way; he wasn't happy with the svn switch > because sv

Re: Official GCC git repository

2008-03-13 Thread Daniel Berlin
On Thu, Mar 13, 2008 at 1:59 PM, Bernardo Innocenti <[EMAIL PROTECTED]> wrote: > > Even simple things, like having to do git diff -rHEAD instead of git > > diff to see added files, etc. > > LOL! You can't be serious: why would *compiler* *developers* > be unable to grasp a few command line syn

Re: Official GCC git repository

2008-03-13 Thread Joe Buck
On Thu, Mar 13, 2008 at 02:01:46PM -0400, Paul Koning wrote: > David> using before, as you point out. I've never really understood > David> why anyone would bother to change from CVS to SVN -- it just > David> seems to be part of the 'one VCS per project' insanity. > > I suspect you haven't loo

Re: Official GCC git repository

2008-03-13 Thread Manuel López-Ibáñez
On 13/03/2008, David Woodhouse <[EMAIL PROTECTED]> wrote: > On Thu, 2008-03-13 at 13:35 -0400, Daniel Berlin wrote: > > If by "really weird" you mean "nobody has any real complaints about > > the way it works and are happy it is close to what they were using > > before", then yes, they are using

Re: Official GCC git repository

2008-03-13 Thread Harvey Harrison
On Thu, 2008-03-13 at 18:59 +0100, Bernardo Innocenti wrote: > Daniel Berlin wrote: > Fair enough. I hereby volunteer to setup and maintain the git > mirror on gcc.gnu.org if someone provides me a shell account > there. > Feel free to include me if you need any help. Before you move it to gcc.

Re: Official GCC git repository

2008-03-13 Thread Andrew Haley
David Woodhouse wrote: > On Thu, 2008-03-13 at 13:35 -0400, Daniel Berlin wrote: >> If by "really weird" you mean "nobody has any real complaints about >> the way it works and are happy it is close to what they were using >> before", then yes, they are using something "really weird". > > To be hon

Re: Official GCC git repository

2008-03-13 Thread Paul Koning
> "David" == David Woodhouse <[EMAIL PROTECTED]> writes: David> On Thu, 2008-03-13 at 13:35 -0400, Daniel Berlin wrote: >> If by "really weird" you mean "nobody has any real complaints >> about the way it works and are happy it is close to what they were >> using before", then yes, they ar

  1   2   >