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

Re: Older versions through http-repository browsing

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2005-03-04 19:45:13 CET

Matthias Wächter wrote:

>http://server/get.cgi/repo/trunk/file.txt?r=123
>
>Yeah, again, you need a separate URL.
>
If what you want is the ability to add parameters to a Subversion URL,
have a look at Apache's mod_rewrite:
http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html
http://httpd.apache.org/docs-2.0/misc/rewriteguide.html

You could easily accomplish what you want by turning
http://server/svn/trunk/foo.txt?r=1234

into an appropriate WebSVN or ViewCVS URL.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 4 19:46:41 2005

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.