Return-Path: Delivered-To: apmail-infrastructure-dev-archive@locus.apache.org Received: (qmail 97311 invoked from network); 23 Jul 2008 11:47:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2008 11:47:10 -0000 Received: (qmail 78805 invoked by uid 500); 23 Jul 2008 11:47:10 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 78738 invoked by uid 500); 23 Jul 2008 11:47:09 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Received: (qmail 78727 invoked by uid 99); 23 Jul 2008 11:47:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 04:47:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of santiago.gala@gmail.com designates 209.85.132.246 as permitted sender) Received: from [209.85.132.246] (HELO an-out-0708.google.com) (209.85.132.246) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 11:46:15 +0000 Received: by an-out-0708.google.com with SMTP id c24so648770ana.23 for ; Wed, 23 Jul 2008 04:46:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=7YUS54CHiCs45bulTrTT7DzKY/YSB1uz9U1mZJ5qPMk=; b=rWTVnEkoGQG0KuOks/bKXrg9TipzjEqhzFXfikTQbsenlRBnFC0VijsobX+wgHDdOK 64dbQ3u0HeIepleg+Zavj9ewwkLoqNdpfx7eX6pR3hFRBapdKu5G5cNNSPOj2TuwSB5l oQ3l3FZWX88qsXaD58MhpjKYO1dweIjyEKf64= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=G6bYVD+B+Qa9Fly1wCJ84uL0nlwOMt7OOkZt1TrM4R/3+blW6G9uJYmWCVO9AxEYpm 4I4akiKoc/pvXoXa4BHLs/UhfbEWt/5Cwp2OY9nUfhi9HWhxgPbRH1IG03+a8vlS0Cw5 GpSCxaR9u82OTuOgYLUlZmCYHi+e2z+b9VaRk= Received: by 10.100.46.10 with SMTP id t10mr3072475ant.22.1216813583365; Wed, 23 Jul 2008 04:46:23 -0700 (PDT) Received: by 10.100.9.6 with HTTP; Wed, 23 Jul 2008 04:46:23 -0700 (PDT) Message-ID: <8ce1559a0807230446y6d0c4110v92f11ccb02fce8d2@mail.gmail.com> Date: Wed, 23 Jul 2008 13:46:23 +0200 From: "Santiago Gala" To: infrastructure-dev@apache.org Subject: Re: [scm] git issues to resolve In-Reply-To: <510143ac0807230236o1f66e859k8ffecddc646567f1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <510143ac0807230236o1f66e859k8ffecddc646567f1@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jul 23, 2008 at 11:36 AM, Jukka Zitting wrote: > Hi, > > Here's a quick braindump of issues I've come up when using git with > Apache projects: > > a) Handling of settings like svn:eol-style, svn:ignore, and svn:keywords > b) Better IDE support (Eclipse, etc.) > c) git-svn dcommit vs. local merge tracking > d) git svn will not take into account svn:log entries modified with svn propset easily without re-importing history from the version with modified log on, or some similar history rewrite on the git side- > BR, > > Jukka Zitting > Regards Santiago