RE: Can't see the wood for the trees (or: what are my branches called?)
From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Fri, 19 Nov 2010 08:35:10 +0000
>
Linedata Limited
-----Original Message-----
> From: Gary [mailto:subversion-user_at_garydjones.name]
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
|
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.