Starting the Git Experiment

2011-09-23 Thread Paul J. Davis
Dear committers, 

We now have a green light from infrastructure to switch to using Git as our 
writable VCS. This is to be considered a live experiment. If something breaks 
its possible we'll have to revert back to SVN. But nothing will break and 
everyone will forgive me for any bugs that may crop up.

If there are no objections I would like to switch over soonish. Normally I 
would say Monday to give people a chance to respond to this email but we've had 
quite a few discussions on switching to Git already and no one has voiced 
opposition. Seeing as that's the case if I get a majority of +1's from the 
committers I'll start disabling SVN access as soon as I see the majority vote.

Paul Davis 



Re: Starting the Git Experiment

2011-09-23 Thread Adam Kocoloski
+1 assuming the writeable repo has the same hashes as the current read-only 
mirror.

Adam

On Friday, September 23, 2011 at 1:52 PM, Paul J. Davis wrote:

 Dear committers, 
 
 We now have a green light from infrastructure to switch to using Git as our 
 writable VCS. This is to be considered a live experiment. If something breaks 
 its possible we'll have to revert back to SVN. But nothing will break and 
 everyone will forgive me for any bugs that may crop up.
 
 If there are no objections I would like to switch over soonish. Normally I 
 would say Monday to give people a chance to respond to this email but we've 
 had quite a few discussions on switching to Git already and no one has voiced 
 opposition. Seeing as that's the case if I get a majority of +1's from the 
 committers I'll start disabling SVN access as soon as I see the majority vote.
 
 Paul Davis 




Re: Starting the Git Experiment

2011-09-23 Thread Robert Dionne
+1


On Sep 23, 2011, at 1:52 PM, Paul J. Davis wrote:

 Dear committers, 
 
 We now have a green light from infrastructure to switch to using Git as our 
 writable VCS. This is to be considered a live experiment. If something breaks 
 its possible we'll have to revert back to SVN. But nothing will break and 
 everyone will forgive me for any bugs that may crop up.
 
 If there are no objections I would like to switch over soonish. Normally I 
 would say Monday to give people a chance to respond to this email but we've 
 had quite a few discussions on switching to Git already and no one has voiced 
 opposition. Seeing as that's the case if I get a majority of +1's from the 
 committers I'll start disabling SVN access as soon as I see the majority vote.
 
 Paul Davis 
 



Re: Starting the Git Experiment

2011-09-23 Thread Paul J. Davis
Oops, forgot that status update.

I reran the scripts for the mirrors on git.apache.org using the same version of 
git-svn I used to generate the last writable git repo. The result was that it 
calculated the same hashes as what we had so I feel comfortable blaming this on 
the different git-svn versions.

Bottom line, any project that already has a mirror on git.apache.org will just 
use that as the basis for the new writable repo so that hashes will are 
preserved. 


On Friday, September 23, 2011 at 12:57 PM, Adam Kocoloski wrote:

 +1 assuming the writeable repo has the same hashes as the current read-only 
 mirror.
 
 Adam
 
 On Friday, September 23, 2011 at 1:52 PM, Paul J. Davis wrote:
 
  Dear committers, 
  
  We now have a green light from infrastructure to switch to using Git as our 
  writable VCS. This is to be considered a live experiment. If something 
  breaks its possible we'll have to revert back to SVN. But nothing will 
  break and everyone will forgive me for any bugs that may crop up.
  
  If there are no objections I would like to switch over soonish. Normally I 
  would say Monday to give people a chance to respond to this email but we've 
  had quite a few discussions on switching to Git already and no one has 
  voiced opposition. Seeing as that's the case if I get a majority of +1's 
  from the committers I'll start disabling SVN access as soon as I see the 
  majority vote.
  
  Paul Davis 



[jira] [Updated] (COUCHDB-1249) Documentation for view function in jquery.couch.js needs work

2011-09-23 Thread Adam Kocoloski (JIRA)

 [ 
https://issues.apache.org/jira/browse/COUCHDB-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam Kocoloski updated COUCHDB-1249:


Fix Version/s: (was: 1.1)
   1.2

Update FixFor

 Documentation for view function in jquery.couch.js needs work
 -

 Key: COUCHDB-1249
 URL: https://issues.apache.org/jira/browse/COUCHDB-1249
 Project: CouchDB
  Issue Type: Bug
  Components: JavaScript View Server
Affects Versions: 1.1
Reporter: Mike McKay
Priority: Minor
  Labels: documentation
 Fix For: 1.2

   Original Estimate: 5m
  Remaining Estimate: 5m

 patch here: http://pastie.org/2378357

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Starting the Git Experiment

2011-09-23 Thread Damien Katz
+1

Yes! Go Paul go!

-Damien

On Sep 23, 2011, at 10:52 AM, Paul J. Davis wrote:

 Dear committers, 
 
 We now have a green light from infrastructure to switch to using Git as our 
 writable VCS. This is to be considered a live experiment. If something breaks 
 its possible we'll have to revert back to SVN. But nothing will break and 
 everyone will forgive me for any bugs that may crop up.
 
 If there are no objections I would like to switch over soonish. Normally I 
 would say Monday to give people a chance to respond to this email but we've 
 had quite a few discussions on switching to Git already and no one has voiced 
 opposition. Seeing as that's the case if I get a majority of +1's from the 
 committers I'll start disabling SVN access as soon as I see the majority vote.
 
 Paul Davis 
 



[jira] [Commented] (COUCHDB-1294) Use Jiffy for JSON serialization

2011-09-23 Thread Paul Joseph Davis (JIRA)

[ 
https://issues.apache.org/jira/browse/COUCHDB-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113705#comment-13113705
 ] 

Paul Joseph Davis commented on COUCHDB-1294:


http://www.youtube.com/watch?v=NP0mQeLWCCofeature=related

 Use Jiffy for JSON serialization
 

 Key: COUCHDB-1294
 URL: https://issues.apache.org/jira/browse/COUCHDB-1294
 Project: CouchDB
  Issue Type: Improvement
  Components: Database Core, HTTP Interface
Affects Versions: 1.2
Reporter: Paul Joseph Davis
  Labels: json
 Attachments: 0001-Import-Jiffy.patch, 0002-Remove-old-ejson-app.patch


 Jiffy is a NIF for JSON serialization. I wrote it quite a while ago but have 
 finally gotten around to writing the integration for CouchDB. This is a 
 direct replacement for ejson which does much less parsing in C. Jiffy is as 
 close to mochijson2 (with our custom objects) as humanly possible. At the 
 moment there are no known differences in output. Jiffy itself has been tested 
 fairly extensively by a couple different groups so I'm fairly confident there 
 aren't any major bugs left.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Starting the Git Experiment

2011-09-23 Thread Randall Leeds
+1

Thank you!

On Fri, Sep 23, 2011 at 13:52, Paul J. Davis paul.joseph.da...@gmail.comwrote:

 Dear committers,

 We now have a green light from infrastructure to switch to using Git as our
 writable VCS. This is to be considered a live experiment. If something
 breaks its possible we'll have to revert back to SVN. But nothing will break
 and everyone will forgive me for any bugs that may crop up.

 If there are no objections I would like to switch over soonish. Normally I
 would say Monday to give people a chance to respond to this email but we've
 had quite a few discussions on switching to Git already and no one has
 voiced opposition. Seeing as that's the case if I get a majority of +1's
 from the committers I'll start disabling SVN access as soon as I see the
 majority vote.

 Paul Davis




Re: Starting the Git Experiment

2011-09-23 Thread Robert Newson
+1

On 23 September 2011 21:18, Randall Leeds randall.le...@gmail.com wrote:
 +1

 Thank you!

 On Fri, Sep 23, 2011 at 13:52, Paul J. Davis 
 paul.joseph.da...@gmail.comwrote:

 Dear committers,

 We now have a green light from infrastructure to switch to using Git as our
 writable VCS. This is to be considered a live experiment. If something
 breaks its possible we'll have to revert back to SVN. But nothing will break
 and everyone will forgive me for any bugs that may crop up.

 If there are no objections I would like to switch over soonish. Normally I
 would say Monday to give people a chance to respond to this email but we've
 had quite a few discussions on switching to Git already and no one has
 voiced opposition. Seeing as that's the case if I get a majority of +1's
 from the committers I'll start disabling SVN access as soon as I see the
 majority vote.

 Paul Davis





Re: Starting the Git Experiment

2011-09-23 Thread Filipe David Manana
+1 as well Paul

On Fri, Sep 23, 2011 at 4:18 PM, Robert Newson rnew...@apache.org wrote:
 +1

 On 23 September 2011 21:18, Randall Leeds randall.le...@gmail.com wrote:
 +1

 Thank you!

 On Fri, Sep 23, 2011 at 13:52, Paul J. Davis 
 paul.joseph.da...@gmail.comwrote:

 Dear committers,

 We now have a green light from infrastructure to switch to using Git as our
 writable VCS. This is to be considered a live experiment. If something
 breaks its possible we'll have to revert back to SVN. But nothing will break
 and everyone will forgive me for any bugs that may crop up.

 If there are no objections I would like to switch over soonish. Normally I
 would say Monday to give people a chance to respond to this email but we've
 had quite a few discussions on switching to Git already and no one has
 voiced opposition. Seeing as that's the case if I get a majority of +1's
 from the committers I'll start disabling SVN access as soon as I see the
 majority vote.

 Paul Davis







-- 
Filipe David Manana,

Reasonable men adapt themselves to the world.
 Unreasonable men adapt the world to themselves.
 That's why all progress depends on unreasonable men.


Re: Starting the Git Experiment

2011-09-23 Thread Paul Davis

That's enough of a consensus for me. I'll ask for SVN writes to be disabled and 
bring up the new Git repo. I'll send emails when SVN goes down and Git comes 
up. 


On Sep 23, 2011, at 8:00 PM, Filipe David Manana fdman...@apache.org wrote:

 +1 as well Paul
 
 On Fri, Sep 23, 2011 at 4:18 PM, Robert Newson rnew...@apache.org wrote:
 +1
 
 On 23 September 2011 21:18, Randall Leeds randall.le...@gmail.com wrote:
 +1
 
 Thank you!
 
 On Fri, Sep 23, 2011 at 13:52, Paul J. Davis 
 paul.joseph.da...@gmail.comwrote:
 
 Dear committers,
 
 We now have a green light from infrastructure to switch to using Git as our
 writable VCS. This is to be considered a live experiment. If something
 breaks its possible we'll have to revert back to SVN. But nothing will 
 break
 and everyone will forgive me for any bugs that may crop up.
 
 If there are no objections I would like to switch over soonish. Normally I
 would say Monday to give people a chance to respond to this email but we've
 had quite a few discussions on switching to Git already and no one has
 voiced opposition. Seeing as that's the case if I get a majority of +1's
 from the committers I'll start disabling SVN access as soon as I see the
 majority vote.
 
 Paul Davis
 
 
 
 
 
 
 
 -- 
 Filipe David Manana,
 
 Reasonable men adapt themselves to the world.
  Unreasonable men adapt the world to themselves.
  That's why all progress depends on unreasonable men.


Re: Starting the Git Experiment

2011-09-23 Thread Paul J. Davis
SVN is now read only.

http://www.youtube.com/watch?v=T9uuPza41Uw 


On Friday, September 23, 2011 at 8:14 PM, Paul Davis wrote:

 
 That's enough of a consensus for me. I'll ask for SVN writes to be disabled 
 and bring up the new Git repo. I'll send emails when SVN goes down and Git 
 comes up. 
 
 
 On Sep 23, 2011, at 8:00 PM, Filipe David Manana fdman...@apache.org 
 (mailto:fdman...@apache.org) wrote:
 
  +1 as well Paul
  
  On Fri, Sep 23, 2011 at 4:18 PM, Robert Newson rnew...@apache.org 
  (mailto:rnew...@apache.org) wrote:
   +1
   
   On 23 September 2011 21:18, Randall Leeds randall.le...@gmail.com 
   (mailto:randall.le...@gmail.com) wrote:
+1

Thank you!

On Fri, Sep 23, 2011 at 13:52, Paul J. Davis 
paul.joseph.da...@gmail.com (mailto:paul.joseph.da...@gmail.com)wrote:

 Dear committers,
 
 We now have a green light from infrastructure to switch to using Git 
 as our
 writable VCS. This is to be considered a live experiment. If something
 breaks its possible we'll have to revert back to SVN. But nothing 
 will break
 and everyone will forgive me for any bugs that may crop up.
 
 If there are no objections I would like to switch over soonish. 
 Normally I
 would say Monday to give people a chance to respond to this email but 
 we've
 had quite a few discussions on switching to Git already and no one has
 voiced opposition. Seeing as that's the case if I get a majority of 
 +1's
 from the committers I'll start disabling SVN access as soon as I see 
 the
 majority vote.
 
 Paul Davis
  
  
  
  -- 
  Filipe David Manana,
  
  Reasonable men adapt themselves to the world.
   Unreasonable men adapt the world to themselves.
   That's why all progress depends on unreasonable men.



Re: Starting the Git Experiment

2011-09-23 Thread Paul J. Davis
The Git repo is up and running. Everyone should test it out and try and break 
it. Let me know if you find any issues. Thanks again for the patience from 
everyone.

Anonymous clones are up at:

http://git-wip-us.apache.org/repos/asf/couchdb.git

Committers need to clone from:

https://git-wip-us.apache.org/repos/asf/couchdb.git

General docs are up at:

http://git-wip-us.apache.org/

GitWeb is at:

http://git-wip-us.apache.org/repos/asf

And a commit:

http://git-wip-us.apache.org/repos/asf/couchdb/commit/f07c75fe



On Friday, September 23, 2011 at 10:12 PM, Paul J. Davis wrote:

 SVN is now read only.
 
 http://www.youtube.com/watch?v=T9uuPza41Uw 
 
 On Friday, September 23, 2011 at 8:14 PM, Paul Davis wrote:
 
  
  That's enough of a consensus for me. I'll ask for SVN writes to be disabled 
  and bring up the new Git repo. I'll send emails when SVN goes down and Git 
  comes up. 
  
  
  On Sep 23, 2011, at 8:00 PM, Filipe David Manana fdman...@apache.org 
  (mailto:fdman...@apache.org) wrote:
  
   +1 as well Paul
   
   On Fri, Sep 23, 2011 at 4:18 PM, Robert Newson rnew...@apache.org 
   (mailto:rnew...@apache.org) wrote:
+1

On 23 September 2011 21:18, Randall Leeds randall.le...@gmail.com 
(mailto:randall.le...@gmail.com) wrote:
 +1
 
 Thank you!
 
 On Fri, Sep 23, 2011 at 13:52, Paul J. Davis 
 paul.joseph.da...@gmail.com 
 (mailto:paul.joseph.da...@gmail.com)wrote:
 
  Dear committers,
  
  We now have a green light from infrastructure to switch to using 
  Git as our
  writable VCS. This is to be considered a live experiment. If 
  something
  breaks its possible we'll have to revert back to SVN. But nothing 
  will break
  and everyone will forgive me for any bugs that may crop up.
  
  If there are no objections I would like to switch over soonish. 
  Normally I
  would say Monday to give people a chance to respond to this email 
  but we've
  had quite a few discussions on switching to Git already and no one 
  has
  voiced opposition. Seeing as that's the case if I get a majority of 
  +1's
  from the committers I'll start disabling SVN access as soon as I 
  see the
  majority vote.
  
  Paul Davis
   
   
   
   -- 
   Filipe David Manana,
   
   Reasonable men adapt themselves to the world.
Unreasonable men adapt the world to themselves.
That's why all progress depends on unreasonable men.