Accessing a repository


TOC

The repository you wish to browse is specified in the URL you request. If the location of [ SVNB ] is http://www.blaBla.org/svn/svnb.pl and the repository you wish to see is svnTest, then you will have to enter the following URL:

  • http://www.blaBla.org/svn/svn.pl/svnTest/
  • The trailing / character is important since directories have to end with a / character.

    If you wish to view a file you can access this file directly. A possible URL might be:

  • http://www.blaBla.org/svn/svn.pl/svnTest/text.txt
  • The same holds true if you enter the path into the file/ path input field. Accessing a directory is indicated with a trailing slash. Please respect, that the repository name is still specified within the URL.

    Example


  • Repository: svnTest
  • URL to [ SVNB ]: http://www.blaBla.org/svnb.pl
  • Now, accessing the folder a/b/c needs to be specified with

  • /a/b/c/ in the input box or directly with
  • http://www.blaBla.org/svnb.pl/svnTest/a/b/c/
  • Accessing the file blaBla.txt inside folder c needs to be specified with

  • /a/b/c/blaBla.txt or
  • http://www.blaBla.org/svnb.pl/svnTest/a/b/c/blaBla.txt
  • The same holds true if you enter the path into the file/ path input field. Accessing a directory is indicated with a trailing slash. Please respect, that the repository name is still specified within the URL.