You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Christian Balzer <Do...@gmx.de> on 2008/05/05 11:43:43 UTC

How to get a list of all branches

Hi @ll,

could someone please tell me how I can get all branches of a repository? I'm using subclipse - it lists all available branches (folders) when connecting to the subversion server... 
But which command does it use? I didn't manage it to get this information via the command line on my own. 

Looking forward to your help! 
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Re: How to get a list of all branches

Posted by Christian Balzer <ch...@gmx.de>.
Ah ok. Thaks for the hint! 

I tried the svn ls command on the local file system path... which obviously 
was not a good idea. :-)

 

> ----- Ursprüngliche Nachricht -----
> Von: Andy Levy
> Gesendet: 14:33 Uhr
> An: Christian Balzer
> Betreff: Re: How to get a list of all branches
> 
> On Mon, May 5, 2008 at 7:43 AM, Christian Balzer <Do...@gmx.de> wrote:
> > Hi @ll,
> >
> >  could someone please tell me how I can get all branches of a 
> repository? I'm using subclipse - it lists all available branches 
> (folders) when connecting to the subversion server...
> >  But which command does it use? I didn't manage it to get this 
> information via the command line on my own.
> 
> Branches aren't "special" in Subversion; they're just copies. Assuming
> that your project is set up with the conventional trunk/tags/branches
> directory structure, just do an svn ls on the branches directory.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 

 

Re: How to get a list of all branches

Posted by Andy Levy <an...@gmail.com>.
On Mon, May 5, 2008 at 7:43 AM, Christian Balzer <Do...@gmx.de> wrote:
> Hi @ll,
>
>  could someone please tell me how I can get all branches of a repository? I'm using subclipse - it lists all available branches (folders) when connecting to the subversion server...
>  But which command does it use? I didn't manage it to get this information via the command line on my own.

Branches aren't "special" in Subversion; they're just copies. Assuming
that your project is set up with the conventional trunk/tags/branches
directory structure, just do an svn ls on the branches directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org