[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SV: Accessing different revs via Apache?

From: Sergey A Lipnevich <sergeyli_at_pisem.net>
Date: 2002-10-09 17:58:39 CEST

I was hoping that access to a given revision in the future might have
this form: apache directive like `SVNRevisionURI rev' takes a keyword
`rev', "http://.../repo/rev/" gives the list of revisions, and
naturally, "http://.../repo/rev/1234/" gives access to revision 1234.
The manual way of implementing this I guess would be creating a tag for
each revision. More advanced trick would be to define a keyword for
"changes in this revision", so that "http://.../repo/changes/1234/"
would give only changes in revision 1234 (don't know in what form). Of
course, both Tim Berners-Lee and Greg Stein would be unhappy, because
Tim would point out to the existence of parameters "?name=value", and
Greg would warn that Subversion is a core product and as such shouldn't
be a swiss army knife :-). Warning: I do not represent any of the people
or teams mentioned here ;-).

Sergey.

Rafael Garcia-Suarez wrote:

>And this can even be used as a small cgi script :
>http://svn.collab.net/cgi-bin/get_bc_url.py?2319/trunk/some/dir/
>-> redirects to
>http://svn.collab.net/repos/svn/!svn/bc/2319/trunk/some/dir/
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 9 17:59:59 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.