You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Roman Rytov <rr...@entopia.com> on 2002/12/29 18:38:48 UTC

Web-interface

What's accessable through web-interface except from the head revision of
a repository? 
 
RR

Re: Web-interface

Posted by Ben Collins-Sussman <su...@collab.net>.
"Roman Rytov" <rr...@entopia.com> writes:

> What's accessable through web-interface except from the head revision of
> a repository? 

Nothing.  You need viewcvs for more.

Your web-browser only knows how to issue GET requests on public URLs
of files and directories.  Technically, as a deltaV-server,
mod_dav_svn has no obligation to honor such requests.  Instead we
decided that our server would answer such requests by showing the head
revision.

If you want to see more than the head revision with your web browser,
then you should install the latest CVS version of ViewCVS.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org