You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alexis Huxley <ah...@gmx.net> on 2002/05/24 06:35:10 UTC

what can I do via web i/f other than browse HEAD?

Hi Subversion People

Pointing my browser at the repository URL, I can browse HEAD.

Could someone please tell me, or point me to where I can find
out about other stuff I can do from my browser? e.g. is it
possible to browse older revisions, it is possible to receive
a [compressed] tar stream (on the fly bundling), can I see
revision logs? Thanks!

Alexis

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

Re: what can I do via web i/f other than browse HEAD?

Posted by Greg Stein <gs...@lyra.org>.
On Fri, May 24, 2002 at 08:35:10AM +0200, Alexis Huxley wrote:
> Hi Subversion People
> 
> Pointing my browser at the repository URL, I can browse HEAD.
> 
> Could someone please tell me, or point me to where I can find
> out about other stuff I can do from my browser? e.g. is it
> possible to browse older revisions, it is possible to receive
> a [compressed] tar stream (on the fly bundling), can I see
> revision logs? Thanks!

Nope. All of those features will be implemented through an external CGI,
rather than right in SVN itself. We'll be building off of the ViewCVS
codebase for this stuff. (in fact, there are already some moves within SVN
to make it repository independent)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

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

Re: what can I do via web i/f other than browse HEAD?

Posted by Ben Collins-Sussman <su...@collab.net>.
Alexis Huxley <ah...@gmx.net> writes:

> Hi Subversion People
> 
> Pointing my browser at the repository URL, I can browse HEAD.
> 
> Could someone please tell me, or point me to where I can find
> out about other stuff I can do from my browser? e.g. is it
> possible to browse older revisions, it is possible to receive
> a [compressed] tar stream (on the fly bundling), can I see
> revision logs? Thanks!

There *are* URLs that allow you to browse an arbitrary revision in the
repository;  but the format of such a URL is opaque and dependent on
the particular repository implementation.  (DAV/DeltaV only specifies
a way for a client to "discover" the opaque URL, but doesn't define
the URL syntax directly.)  If I told you our syntax, I'd have to kill
you.  :-)

So for now, you can only browse head.  Later this summer, we'll be
expanding ViewCVS's capabilities to read svn repositories as well --
so you'll get full ViewSVN functionality then.

(You can see revision logs with 'svn log' (try 'svn help log'))

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