I'm looking for a way to extract info on all branches within a repository. I'm only interesteted in the name of the branches.
I have tried to play around with SVNKit, but haven't been able to figure out, how to get this information.
|
feedback
|
|
From the svnbook, chapter 4:
To get the branch names, you need to know information on the internat structure of a repository. I doubt, that there is a general approach to get all branches - as they are nothing but local copies. | |||
feedback
|
|
If the repository structure is known, you may use either http://wiki.svnkit.com/Printing_Out_A_Subversion_Repository_Tree | |||
|
feedback
|
|
Do ctrl+3 in your eclipse (BTW my favourite Eclipse shortcut), and type repositories, this should give you the option to open your SVN repository view. Once the view is opened, if your repository is not added, add it... Once that is added you will be able to expand it and browse it as a normal directory tree and you will be able to see the name of all your branches | |||||
feedback
|
getLogClient()svnkit.com/javadoc/org/tmatesoft/svn/core/wc/… and this svnkit.com/javadoc/org/tmatesoft/svn/core/wc/SVNLogClient.htmldoLog()– Sergey Benner Feb 15 at 14:36