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

Re: List the branches in a project

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-10-11 16:25:16 CEST

On 10/11/07, Barra Ó Gríobhtha <barraogriobhtha@gmail.com> wrote:
> Hi,
>
> I wish to write a little program to allow me to switch between different
> branches of my project. The question though is, what command must I issue to
> get a list of all branches that are available to me? What are the different
> branches/tags of my project in other words?
>
> I can then use "svn switch" to switch between them.
>
> I have my project organised using a trunk, branches, and tags folder.

svn ls <url_to_branches>

Branches in Subversion are nothing special - they're just copies. It's
the user who gives that directory special meaning. But Subversion
makes no distinction.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 11 16:25:40 2007

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.