Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 16021 invoked from network); 14 Sep 2005 14:47:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 14:47:20 -0000 Received: (qmail 45986 invoked by uid 500); 14 Sep 2005 14:47:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 45954 invoked by uid 500); 14 Sep 2005 14:47:18 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 45941 invoked by uid 99); 14 Sep 2005 14:47:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 07:47:18 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.136.173.59] (HELO smtp015.mail.yahoo.com) (216.136.173.59) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Sep 2005 07:47:28 -0700 Received: (qmail 25436 invoked from network); 14 Sep 2005 14:47:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=XSyKnZnpX3syYZ1qkpuDW6+kCwaoJGyA+28Lhjrh+fGh+GXXhfMVexdWKrRNR+DQ0SP9IVK/mh5LTCMfj15m+reTciThVNnWtc5XObR9RPjmS7+/f3ulNxmn/Siey76gbtygngZdXCxUdjvcCTGPG9Jh1x/j3rHjvHUcy/UNjNU= ; Received: from unknown (HELO ?192.168.1.105?) (david?jencks@66.93.38.137 with plain) by smtp015.mail.yahoo.com with SMTP; 14 Sep 2005 14:47:16 -0000 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <4328336F.5060407@sun.com> References: <4328336F.5060407@sun.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <698bbbd79cd97134df2630cd8c754045@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: subversion etiquette Date: Wed, 14 Sep 2005 07:47:14 -0700 To: "Derby Development" X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Well, I recommend using maven rather than ant. In any case I hope that if you check in external jar files you use copies whose file name includes an accurate version number. In my experience this is the only way with ant based builds to be able to find out what versions of the checked in jar files you are actually using. I think that subversion recognizes jar files as binary and doens't produce diffs of them. thanks david jencks On Sep 14, 2005, at 7:27 AM, Rick Hillegas wrote: > Sometime soon I hope to checkin some JUnit-based tests for testing the > compatibility of our clients and servers. As part of this submission, > I want to checkin the JUnit jar itself (into tools/java alongside the > other jars). Is it ok for the svn diff to contain a big binary file > like this? Will this annoy/confuse reviewers? Is there a more polite > way to submit jar files? > > Thanks, > -Rick >