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

Re: How to change paths on an external file without a full update --depth infinity?

From: <dlellis_at_rockwellcollins.com>
Date: Fri, 16 Aug 2013 09:14:26 -0700

> >
> > If a project doesn't want to accept a change, they "fork" to a new
> > "history". The tool does this with a svn cp <old_pedigree/foo.c>
> > <new_pedigree/foo.c> and an update to the svn:externals property. They
now
> > lose sight of what the other project commits after that fork though.
The
> > backend of where the file is stored and how is masked by the tool.
> > <pedigree> is essentially implemented as a folder. To the developer,
they
> > may know that their file is really a file external, but they don't
treat it
> > really any different from a normal file until it comes time to "fork".
 I
> > try to differentiate "forking" as a pedigree/history from branching
and the
> > like.
> >
> > This system is essentially an implementation of Rational's CMVC
history
> > feature.
>
> In subversion's view a copy is a branch so any distinction is strictly
> your own convention. Likewise for tags, except that there is a
> generally accepted convention of not committing changes after a tag
> copy. Do you have additional conventions or tools to help users of
> the pre-fork version know that it has branched? I don't think there
> is a generic solution for that - subversion tracks copy-from history,
> but not copy-to.

No. There is no way to know who is using a fork you may have created or
who has forked from someplace (short of scanning all projects of course).
I'm not sure fork is the best name to give this concept, but we didn't
want to choose branch or tag for obvious reasons....
Received on 2013-08-16 18:15:06 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.