I was also looking to list repositories in SVN. I did something like this on shell prompt:
~$ svn list https://www.repo.rr.com/svn/main/team/gaurav
Test/
Test2/
Test3/
Test4/
Test5/
Test6/
Related Contents:
- How do I migrate an SVN repository with history to a new Git repository?
- How do I ignore a directory with SVN?
- How and/or why is merging in Git better than in SVN?
- Checkout one file from Subversion
- Best general SVN Ignore Pattern?
- How to use SVN, Branch? Tag? Trunk? [closed]
- svn: replace trunk with branch
- SVN Repository Search [closed]
- What are the relative strengths and weaknesses of Git, Mercurial, and Bazaar? [closed]
- How to remove a file from version control without deleting it?
- Merge a Branch into Trunk
- How do I remove a folder from source control with TortoiseSVN?
- Why should I use version control? [closed]
- Commit changes to a different branch than the currently checked out branch with subversion
- How to migrate/convert from SVN to Mercurial (hg) on windows
- How do you organize your version control repository?
- Best branching strategy when doing continuous integration?
- Deleting an SVN branch
- Why is branching and merging easier in Mercurial than in Subversion?
- Compare files between two branches in TortoiseSVN
- How to merge a branch into trunk?
- Search in SVN repository for a file name
- Commit only property changes on root of repo, not files
- How do I get a list of all unversioned files from SVN?
- What is the simplest way to do branching and merging using TortoiseSVN?
- Can I see the currently checked out revision number in Tortoise SVN?
- How to “unversion” a file in either svn and/or git
- Tortoise SVN: Resolve conflict using ‘theirs’. What does it mean?
- SVN copy between repositories with history
- Are subversion externals an antipattern?
- What are the advantages of using SVN over CVS?
- How do I “switch” with Mercurial
- Back to revision in Subversion
- SVN commit error after deleting files locally
- How to synchronize two Subversion repositories?
- How does Git solve the merging problem? [closed]
- How to remove untracked files in SVN
- Subversion vs CVS [closed]
- TortoiseSVN – “revert changes from this revision” vs “revert to this revision”
- Equivalent of svn’s blame for Perforce
- Should server/database config files, including passwords, be stored in source control?
- How do I keep an svn:external up to date using git-svn?
- TortoiseSVN: What is head revision
- Setting the SVN “execute” bit in a Subversion repository using TortoiseSVN or command line SVN
- Revert a svn folder to a previous revision
- Git vs Mercurial vs SVN [duplicate]
- What makes merging in DVCS easy?
- Do I really need version control? [closed]
- Handling renames: svn vs. git vs. mercurial
- Converting a repository from git to subversion