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

Re: Switch issue

From: Rafael Garcia-Suarez <raphel.garcia-suarez_at_hexaflux.com>
Date: 2002-11-22 12:05:27 CET

Peter Davis <peter@pdavis.cx> wrote:
> > > > You can't create a branch in a subdirectory of the copied directory.
>
> Ah, I see now. The good ol' infinite recursion. Although, Subversion only
> makes copies of specific revisions, and the subdirectory doesn't exist in the
> copied revision, then there would be no recursion. Anyway, you're right that
> it doesn't make branches as subdirectories.

Yes but what if you merge after that ?

hypothetical session : (if I understand correctly, I use more
tags than branches)

$ svn cp foo foo/bar
$ svn commit -m "branch foo/bar"
$ svn merge http://..../foo/ http:/..../foo/bar/ bar
A bar/bar

Each merge will create a new nested branch. Benoît Mandelbrot would enjoy
this, but I guess that's why cp to a subdir is forbidden.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 22 12:09:46 2002

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

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