Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 8750 invoked from network); 7 Apr 2011 21:54:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 21:54:44 -0000 Received: (qmail 55537 invoked by uid 500); 7 Apr 2011 21:54:43 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 55475 invoked by uid 500); 7 Apr 2011 21:54:43 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 55466 invoked by uid 99); 7 Apr 2011 21:54:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 21:54:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 21:54:37 +0000 Received: by vws17 with SMTP id 17so3367476vws.18 for ; Thu, 07 Apr 2011 14:54:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=cMGf1JLZNxhNumt2IAYUDLpIQp/mycYmiq09FK5dNEo=; b=Gw1CHV2SF1rVxcMIQu8GgTv7mivf3YYAQwLWN05RbCE5JfOelmDtVMVo1W8RPXV3q1 KL8iwkGCXxoPtqdf52R8PsGwxuFHnETQ/hu5flwIMYXsshw5VZ6t1joEgRTVdwLwGxe8 nh5cHvbJ39Lwi8v2oqkI6I6nzLAEAE9SZfUGM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Wfro3EqrXPsjaDL/7T+Z4Ey9EkXWc0/zlcYDx3KjCqAc7iqPfvy/sVJHRVCN9rjmOO juvdzgP+ga5FYTnJXDDhvFJhX5oVKnsHLR8jWytvAQP4WW65abbe/i/LZMr2QFuS6vdA 3Nr2whrFmPzcDGplKfxgf65+/3qfLtFfPgKZA= MIME-Version: 1.0 Received: by 10.52.99.199 with SMTP id es7mr1992457vdb.194.1302213256304; Thu, 07 Apr 2011 14:54:16 -0700 (PDT) Received: by 10.52.91.242 with HTTP; Thu, 7 Apr 2011 14:54:16 -0700 (PDT) In-Reply-To: <75B9BD36-617E-4DA2-BA24-685B2D453BD1@m4x.org> References: <375AD7C3-D4AF-4CB2-A392-F1841898D296@m4x.org> <4D9E2525.7070305@kippdata.de> <75B9BD36-617E-4DA2-BA24-685B2D453BD1@m4x.org> Date: Fri, 8 Apr 2011 01:54:16 +0400 Message-ID: Subject: Re: anyone using git-svn for tomcat ? From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2011/4/8 Sylvain Laurent : > I just did my first commit on tomcat using git, it seems to work. Congratulations. > > does it bother anyone if I add a .gitignore file in the SVN repository ? I am not bothered much, though 1) it need to have ASL header 2) it probably should be omitted from src distributions I googled whether other projects have it, "gitignore site:svn.apache.org" here is some random example: https://svn.apache.org/repos/asf/hadoop/mapreduce/branches/MR-279/.gitignore What content will be in your version of the file? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org