Is there any way to "browse" a repository through command line?
What I am doing is svn list
:
svn list "http:svn-repository-url/Folder1/Folder2"
If I want to change folder from Folder2
to Folder1
I have to type the same command but one folder down, i. e.:
svn list "http:svn-repository-url/Folder1"
Is there any way to browse through remote repository without always type the svn list
command?