Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: sourceforge issues
- X-seq: zsh-workers 10447
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: sourceforge issues
- Date: Mon, 3 Apr 2000 23:23:51 -0400
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxxxxxx>
- In-reply-to: <E12cDij-0004C5-00.2000-04-03-21-45-13@xxxxxxxxxxxxxxxxxxx>; from pws@xxxxxxxxxxxxxxxxxxxxxxxx on Mon, Apr 03, 2000 at 09:45:11PM +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <E12cDij-0004C5-00.2000-04-03-21-45-13@xxxxxxxxxxxxxxxxxxx>
> - Idle question, but does anyone know of an automated way of getting the
> latest version of a file from the CVS archive via the web, without CVS?
> What I mean is, can you tell people to `get the latest version of
> _path_files from <URL_prefix>Completion/Core/_path_files<URL_suffix>'?
> As far as I can see the cvsweb.cgi interface needs you to tell it a
> version number which would put paid to this. The may be some feature
> I haven't seen.
Stock cvsweb checks the revision for the Perl RE /^[\d\.]+$/, so
while CVS will happily take a -r HEAD, cvsweb won't. I assume that
SourceForge's custom version doesn't have this changed.
I see two other groups on our server have their own cvsweb.cgi,
so one might assume that we can put a custom version up ourselves.
Alternately, someone could set up a cronjob to export -r HEAD
to the web dir repeatedly, but that's a bit uglier, IMO.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author