Question

If I have an SVN client installed on my machine, do I still need a Repository Browser? My understanding is that 'Repository Browser' is a read-only SVN client. Could someone throw some light on this?

Update - Adding more specific questions:

  1. Do all SVN clients come with a Repository Browser?
  2. Are 'Repository Browsers' available standalone, that would just allow you to browse through the SVN repo, but not check-in/check-out etc?
Was it helpful?

Solution

  1. No. RepoBrowser in TSVN isn't read-only client for browsed repository, you can (if you have sufficient rights) change repository data from RepoBrowser
  2. No. Not all SVN-clients have repobrowser feature (at least CLI Subversion client doesn't have it)
  3. Yes, to some degree. I don't know special RepositoryBrowser-only desktop applications, but such Webapps exist in the Net (WebSVN, ViewVC).

OTHER TIPS

I'm not sure entirely sure what you're asking, given that this is tagged with TortoiseSVN, and the Repository Browser is a component of that client, which is an integral part of the UI, not something you would download separately or optionally. If you want to browse the repository, you would use the repository browser. (After installing TortoiseSVN, it's in the TortoiseSVN context menu, as "Repo-browser".)

Thus, I suppose the literal answer would be "yes, but you don't need to download it separately, as it's part of the install."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top