Re: [VOTE]: migrate the proton repo to use git

2014-10-31 Thread Michael Goulish
[ X ] Yes, migrate the proton repo over to git. [ ] No, keep it in svn. [ ] see if we can find a working copy of SCCS.

Re: [VOTE]: migrate the proton repo to use git

2014-10-31 Thread SUNDAY A. OLUTAYO
[NO] I don't like me too effect, must everyone use git *** This message has been sent using GIONEE M2 *** Michael Goulish wrote: > >[ X ] Yes, migrate the proton repo over to git. >[ ] No, keep it in svn. >[ ] see if we can find a working copy of SCCS. >

Re: [VOTE]: migrate the proton repo to use git

2014-10-31 Thread Michael Goulish
Oh, I don't think this is a "me too" thing. I have actually met some of these guys, and I can assure you that they do not, in any other way, seem very susceptible to fashion trends. Git has a bit of a wackiness issue if you ask me, but the distributed nature of git seems to better fit the dist

Re: [VOTE]: migrate the proton repo to use git

2014-10-31 Thread Ken Giusti
Finally I can reclaim that precious bit of gray matter that I've needed to reserve for holding SVN knowledge. That stuff is in limited supply... [X] Yes, migrate the proton repo over to git - Original Message - > From: "Rafael Schloming" > To: proton@qpid.apache.org > Sent: Thursday,

clang-format for proton-c ?

2014-10-31 Thread Dominic Evans
For contributors, it would be quite helpful to have all of the proton-c code formatted in a consistent style. A common OSS pattern these days is to supply a .clang-format file at the top-level folder of the C/C++ code base which defines the style. This has the advantage when writing code, you don’

Re: [VOTE]: migrate the proton repo to use git

2014-10-31 Thread Alan Conway
On Fri, 2014-10-31 at 06:44 -0400, Michael Goulish wrote: > Oh, I don't think this is a "me too" thing. > > I have actually met some of these guys, and I > can assure you that they do not, in any other way, > seem very susceptible to fashion trends. No my wife will agree with that. > Git has a

Re: [VOTE]: migrate the proton repo to use git

2014-10-31 Thread Alan Conway
On Fri, 2014-10-31 at 06:44 -0400, Michael Goulish wrote: > Oh, I don't think this is a "me too" thing. > > I have actually met some of these guys, and I > can assure you that they do not, in any other way, > seem very susceptible to fashion trends. > > Git has a bit of a wackiness issue if you

Re: clang-format for proton-c ?

2014-10-31 Thread Rafael Schloming
I like the gradual migration concept. I do use git-blame / git-annotate enough for a wholesale changeover to be problematic. Is there an easy way to see what the actual diffs are so we have an idea of what the various format policies actually mean? --Rafael On Fri, Oct 31, 2014 at 11:15 AM, Domi