Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 29245 invoked from network); 20 Jan 2011 00:01:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2011 00:01:19 -0000 Received: (qmail 16654 invoked by uid 500); 20 Jan 2011 00:01:18 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 16595 invoked by uid 500); 20 Jan 2011 00:01:17 -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 16588 invoked by uid 99); 20 Jan 2011 00:01:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 00:01:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of abakhirkin@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-ww0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 00:01:10 +0000 Received: by wwb39 with SMTP id 39so11179wwb.16 for ; Wed, 19 Jan 2011 16:00:50 -0800 (PST) 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:content-transfer-encoding; bh=/UA1ZvOqLdsVwz1wucqyQTNFGp9/SFLmXBiwH8buOx4=; b=a7+rQPxO5+xohHCwT93xMLjKugoI4QEHz88VRSgENbJFBfFK9cdtxHHP0LvFpJ6TbC doHiYagZD42xKkwXqonvm91tUmvOeTZ/NmgVpHuNDalSwDYlLcsoOox6I6c4VIpPj0xF albDE0Y8IfgepJSITmDzmFzCPAHmLvsOE4gjc= 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:content-transfer-encoding; b=E7UpR7hGjdbtQ7xprwFLV2fy1KR+ga5DECOx7AnbUuUBl4xxDCoBkDjtOYL472BB24 q6nE7kfSzOyfXp8hUzWr20CFeBxAJXxC8CuFW18ajE0murRamj59GZxI+CSFHVjB2leX KwijdeTttOzFUI8MIZdMFmUxeLqLHAcM6+xqA= MIME-Version: 1.0 Received: by 10.216.71.16 with SMTP id q16mr3062011wed.63.1295481649309; Wed, 19 Jan 2011 16:00:49 -0800 (PST) Received: by 10.216.73.9 with HTTP; Wed, 19 Jan 2011 16:00:49 -0800 (PST) In-Reply-To: References: Date: Thu, 20 Jan 2011 03:00:49 +0300 Message-ID: Subject: Re: Managing two similar Ruby on Rails projects using Subversion From: Alexey Bakhirkin To: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2011/1/19 erica hollis : > Hi, > > Does anyone know if there is a way to manage two very similar Ruby on Rai= ls > projects with minor differences, so that both projects could be updated a= t > once?=A0 Sometimes only a file in one of the projects would need to be > updated, but often the change applies to both projects. > > Thanks, > > Erica I think that the files shared between two projects should become a separate third project.