[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Add SVN subset to the main superset

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Thu, 29 Sep 2011 10:04:22 -0500

On Thu, Sep 29, 2011 at 8:15 AM, rmp8427_at_googlemail.com
<rmp8427_at_googlemail.com> wrote:
> Thanks for your answer!
> Hm ok. SVN is not the best solution but is it impossible by that fact?
> The example is abstract for a bigger problem, so my chief interest lay in
> feasibility and the way how to do it.

I'd expect this to work only in the case where the copied repository
is a strict backup of the one actively used - in which case svnsync is
probably an easier approach to updating the backup copy. It will
certainly break if any other changes are made directly to the copy and
I don't think you can remove older revisions from your active
instances like you described.

> Otherwise we have to transform much data into Git etc.

git-svn might be a good fit if you don't mind using the git interface
for your work and have room for the local copy. It can push your
changes back to a central svn repo in a way that can deal with other
concurrent work.

-- 
  Les Mikesell
    lesmikesell_at_gmail.com
Received on 2011-09-29 17:04:55 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.