How can I find all the trunks from several different Subversion servers?
- by SylanderXS
We have many SVN Repo's but many of them have nested projects. I need some way of finding the trunk directories only and creating a list of them.
So, the svn path to trunk might be svn://svnserver/repos/myproject/trunk or it might be svn://svnserver/repos/myproject/mysubproject/trunk
I need to generate a list of /trunk directories from several different servers. Is there a method for doing that? Has anyone seen a script (sh, perl, whatever) for doing something similar? I just need a hint on how to get started.