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

Re: Questions on SVN

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 29 Jun 2009 09:43:32 -0400

On Mon, Jun 29, 2009 at 09:29, nihar<nihar_pattanaik_at_mindtree.com> wrote:

> How can I list all the branches (sub-branches) created from another branch ?

You can't, really. There isn't "forward history"; you can see where a
particular branch came from via svn log,but you can't see what
branches were created from a particular point.

> I have noticed when I created a Branch from another branch, the sub-branch
> is created under the root.

The sub-branch is created wherever you tell Subversion to create it.

Subversion doesn't know the difference between between branches, tags,
trunk, etc. - they're just directories. There is nothing internal to
Subversion which distinguishes between a branch and your trunk.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2366358

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-29 15:44:26 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.