From users-return-1071-daniel=haxx.se@subversion.apache.org Thu Feb 18 08:08:35 2010 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id o1I78Yp8015860 for ; Thu, 18 Feb 2010 08:08:34 +0100 Received: (qmail 50586 invoked by uid 500); 18 Feb 2010 07:08:27 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 50578 invoked by uid 99); 18 Feb 2010 07:08:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 07:08:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bsmith.occs@gmail.com designates 209.85.219.215 as permitted sender) Received: from [209.85.219.215] (HELO mail-ew0-f215.google.com) (209.85.219.215) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 07:08:18 +0000 Received: by ewy7 with SMTP id 7so1105747ewy.36 for ; Wed, 17 Feb 2010 23:07:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=xLbbNcjs9RL/N48IM3FSEGIdfvU4k8UF8XYbZdtnavU=; b=Nw0CsyEr1j+iY31mqdTrGfSD9UovAXPGj3VXQcWqLUbTWlu5SC4l26o6N2g1y64GVS S9S/6zQAQlXEMcIklkTsrEUxxQtuvFtvNAweC0B1swe7B2tLCNIsEbcUmrYWkm7j4JEv JTh0OmfIyVHR4Wf5NEKSPtia5ZlUDN8AEI0bE= 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=Mg4o7ZKvgI96uSqonQtbBaVwIDdUPWTR8eZMF7KVm/84OJzbqkkj0dfNyDG36GstqW D8US8KFQf4XpWGQwzMW8kmqMHQyX0PsuHmHM3b2AEwP24GOAUYvuHTCDl5X6wuYOTp0t dtYMbxdBxhgixT0Srr+JYS5FoIZQH0nSYMHpI= MIME-Version: 1.0 Received: by 10.213.43.9 with SMTP id u9mr1793963ebe.4.1266476878319; Wed, 17 Feb 2010 23:07:58 -0800 (PST) In-Reply-To: <20100218025920.GH23080@prunille.vinc17.org> References: <4B7BC00C.1010808@hmgcc.gsi.gov.uk> <20100217110902.GH16336@jack.stsp.name> <547cb14b06cb0b19dd6317a34f547aa5@212.159.54.234> <20100218025920.GH23080@prunille.vinc17.org> Date: Thu, 18 Feb 2010 08:07:58 +0100 Message-ID: <28c656e21002172307k538b93ct8dbb0a9623075593@mail.gmail.com> Subject: Re: Distributed Subversion Repositories From: B Smith-Mannschott To: users@subversion.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Feb 18, 2010 at 03:59, Vincent Lefevre wrote: > On 2010-02-17 11:18:18 +0000, Julian Phillips wrote: >> If using a different tool is an option, then there are tools that let you >> interact directly with Subversion repositories from various other SCM >> tools, e.g. >> >> http://mercurial.selenic.com/wiki/WorkingWithSubversion >> http://flavio.castelli.name/howto_use_git_with_svn >> >> Then you don't have to worry about manually commiting back to Subversion >> ... > > But do they support properties? git-svn doesn't fully support properties. I mean you can proplist and propget, but not propset. git-svn itself ignores the various svn:* when checking out, except for svn:executable. So no eol-style, needs-lock, externals, etc. When I've needed control over properties, I've just used svn directly. git-svn works well for me in the way I use it, but really I'm using it as a glorified patch-queue-manager. // Ben