>

Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

-----Original Message-----


> From: Gary [mailto:subversion-u...@garydjones.name]
> Sent: 19 November 2010 08:32
> To: users@subversion.apache.org
> Subject: Can't see the wood for the trees (or: what are my
> branches called?)
>
> Is there any way of finding out what branches I have created?
> I did look at the "red book" but it seems like there isn't
> anything, at least not where I expected to find it.

You can use the ls command, probably with a depth of immediate, recursively 
until you find what you want:

svn ls --depth immediate http://url.to.repo

This will give you the list of directories at the root of your repository. Then 
you go deeper

svn ls --depth immediate http://url.to.repo/branches

Assuming branches is one of the folder in the root of the repository you want 
to investigate.

G

Reply via email to