Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55A026733 for ; Tue, 7 Jun 2011 08:09:04 +0000 (UTC) Received: (qmail 71063 invoked by uid 500); 7 Jun 2011 08:09:01 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 70545 invoked by uid 500); 7 Jun 2011 08:09:00 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 70075 invoked by uid 99); 7 Jun 2011 08:09:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 08:09:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [207.97.245.181] (HELO smtp181.iad.emailsrvr.com) (207.97.245.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 08:08:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp28.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 70F9EE0337 for ; Tue, 7 Jun 2011 04:08:32 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp28.relay.iad1a.emailsrvr.com (Authenticated sender: eevans-AT-racklabs.com) with ESMTPSA id EBEF6E03B3 for ; Tue, 7 Jun 2011 04:08:31 -0400 (EDT) Subject: Reoganizing drivers From: Eric Evans To: dev@cassandra.apache.org Content-Type: text/plain; charset="UTF-8" Date: Tue, 07 Jun 2011 10:08:32 +0200 Message-ID: <1307434113.5724.47.camel@erebus.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Sylvain and I have been discussing release issues while here at buzzwords, and some of the issues are related to drivers. Not surprising since that's a new concept for us, and there wasn't much thought given to the current organization. Because the CQL drivers are independently versioned and capable of releasing on their own timelines, the current location in SVN is suboptimal. There are a number of reasons why, not least of which is that it sets the expectation that the correct version of a driver is whatever corresponds to the release version of Cassandra. So, we'd like to move the drivers sub-directory up one level, making it look something like the following: |- branches |- tags |- site |- drivers | |- java | |- py | |- txpy |- trunk There are a few additional implied changes here as well, for example the JDBC driver will need its own build, and Cassandra's will need some minor changes as well (JDBC driver tests, release artifacts, etc). Does anyone object to this? -- Eric Evans eevans@rackspace.com