0

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?

aschipfl
  • 33,626
  • 12
  • 54
  • 99
tt0686
  • 1,771
  • 6
  • 31
  • 60

1 Answers1

0

That's what GUI clients such as TortoiseSVN are for. I'm personally not sure how you'd expect a command-line client to browse without having to cd into another path with svn list.

bahrep
  • 29,961
  • 12
  • 103
  • 150