2

If an SVN repository is viewable on the web, where the engine exposing it is ViewVC, can it be checked out?

How?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Jonathan Livni
  • 101,334
  • 104
  • 266
  • 359

1 Answers1

2

No ViewVC is for webaccess and is completely different from the url that you use for checking out.

In fact, ViewVC even has remote repo access for SVN, in which case the remote repo is specified in the ViewVC and you get web access.

Also see here : Trying to SVN Checkout Open Source BitSharp Library

Community
  • 1
  • 1
manojlds
  • 290,304
  • 63
  • 469
  • 417
  • If that is the case, see follow up question here: http://stackoverflow.com/questions/6121303/how-to-download-a-repository-exposed-on-the-web-with-viewvc – Jonathan Livni May 25 '11 at 08:06