On Fri, 2006-09-01 at 10:28 +0100, Dimitris Glezos wrote:
That should have been: http://cvs.fedoraproject.org/
The other link may "evaporate" (redirect) at some point, so no point perpetuating it.
Paul, I did look at the cvs web frontend (darn, I should write about my searches in my questions in the first place) but did not find the po files there, only some make and spec files. Either I am missing something or I don't know what.
Check it out yourself, eg. for system-config-network:
Ah, that's because the source tarballs are all kept in a lookaside cache. Here's a quick step-by-step -- I think these are on the wiki somewhere:
$ cvs -d :pserver:anonymous@cvs.fedoraproject.org:/cvs/dist co system-config-network $ cd devel $ make prep # or 'make help' for some useful info
That will download the source and do the equivalent of 'rpmbuild -bp' for that package.