Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B449D10CA5 for ; Mon, 30 Sep 2013 17:31:29 +0000 (UTC) Received: (qmail 69342 invoked by uid 500); 30 Sep 2013 17:31:28 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 69322 invoked by uid 500); 30 Sep 2013 17:31:28 -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 69315 invoked by uid 99); 30 Sep 2013 17:31:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 17:31:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lesmikesell@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qa0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 17:31:21 +0000 Received: by mail-qa0-f41.google.com with SMTP id ii20so2516916qab.7 for ; Mon, 30 Sep 2013 10:31:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oWr0KcQZwxYXqsbjn96VWVOPbgyfWp4UwEvcGrAsY3Y=; b=R7NXAc9ktx4tLojEG2XYiMMPuuNfxiAvVUNnC6quZ1XLUoavdiIPSfaTmxMhCbyBD6 W4643jfzyPp3ry3kmXKc1IAU3KXDAW5IT68gCm0NT1BUy6BjXjjze53RIJxAwo/t4jzG lQHvdUeSY73VJ9A7RpqmMgiX9/+MeMeX1J3KWSgIL7xlc8nxtZPPuMV73Km56uw3In5v yrlRm8UJbu/KX1cx1vVTrp+4+If+fPVPPGOtHInDvDWfxU7ZpWDewqWPZ44bdg6RYsqz 6lViwY7VgTGMmvgX0afMJUJumwJKz1Aw/JY94saMHp6VfsKEjzDVj74xN5er7NH8N7lo zSBw== MIME-Version: 1.0 X-Received: by 10.49.1.42 with SMTP id 10mr29867717qej.58.1380562260192; Mon, 30 Sep 2013 10:31:00 -0700 (PDT) Received: by 10.140.22.83 with HTTP; Mon, 30 Sep 2013 10:30:59 -0700 (PDT) In-Reply-To: References: <1B05D8F50421E24799AE93B03CC284BE01CD38BE04@CRPMBX01.corp.cbeyond.net> Date: Mon, 30 Sep 2013 12:30:59 -0500 Message-ID: Subject: Re: Copy changes from one branch to another From: Les Mikesell To: Bob Archer Cc: Sven Richter , "users@subversion.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Sep 30, 2013 at 12:13 PM, Bob Archer wrote: >> >> But that has the effect that i will have all the changes from trunk in branch A, >> which is not what I want. I only want some certain changes inside there, the >> changes committed from our team. >> > > Common stuff should be brought in with Externals rather than a merge. That may be a better use case considering what you are asking for. Yes, if different teams are working on different components, using externals is the way to go even if it takes some effort to arrange things into neat subdirectories for easy reference. Besides giving you a way to pull in the changes cleanly, it also gives you a way to version those points separately and each component can have its own release/tagging process and the consuming projects can adjust their references when they are ready. -- Les Mikesell lesmikesell@gmail.com