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 EDB6E612D for ; Tue, 7 Jun 2011 12:27:26 +0000 (UTC) Received: (qmail 54436 invoked by uid 500); 7 Jun 2011 12:27:25 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 54418 invoked by uid 500); 7 Jun 2011 12:27:25 -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 54409 invoked by uid 99); 7 Jun 2011 12:27:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 12:27:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gdusbabek@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 12:27:20 +0000 Received: by vws12 with SMTP id 12so4459113vws.31 for ; Tue, 07 Jun 2011 05:26:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=X/uDBoV0fu/+67n4qRNfhz+APEohc0euClx3jQgkaVA=; b=tiRwgGM1cJkAllDTqpdk3mjf+kwM2+r4UaXBJy/iT7JidniJxremW5j8LZQTTmt8Fs ERA3BwZBEQHoOwbzKLYULMTKBc0Re7QpVWlgrug64vYQyPa0ZtkyWbWNPjLM0LoZCN4I SBPomELGREoun4gAvlH7YCfbsH2wvbBWs8Sf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=e96HdF95FDfEb4n+ypDa1GcV+Pem/QxM5D3ikBJuBm02cNkyji07OICRpn3Z2plTQ7 xBKQNxzYentG65xhqLUCWYLzqIZ9xKMHHD6RJqsxyNWwOC+7gJqn+mOofvDLT/vk2Bgx WQeGfySynNS6A8R/ZvVjHlTzYLTo+IfbMrOmE= MIME-Version: 1.0 Received: by 10.52.186.231 with SMTP id fn7mr8166632vdc.255.1307449619516; Tue, 07 Jun 2011 05:26:59 -0700 (PDT) Received: by 10.52.107.170 with HTTP; Tue, 7 Jun 2011 05:26:59 -0700 (PDT) Reply-To: gdusbabek@gmail.com In-Reply-To: <1307434113.5724.47.camel@erebus.lan> References: <1307434113.5724.47.camel@erebus.lan> Date: Tue, 7 Jun 2011 07:26:59 -0500 Message-ID: Subject: Re: Reoganizing drivers From: Gary Dusbabek To: dev@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Jun 7, 2011 at 03:08, Eric Evans wrote: > > Sylvain and I have been discussing release issues while here at > buzzwords, and some of the issues are related to drivers. =C2=A0Not > 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. =C2=A0There are a number of reasons why, not least of which i= s > 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 > | =C2=A0|- java > | =C2=A0|- py > | =C2=A0|- 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? Not me. +1 to the idea of breaking the drivers out. Gary. > > > -- > Eric Evans > eevans@rackspace.com > >