| NEWS: (updated 2008-09-30) Infrastructure status | New SSH fingerprints | New package signing key |
L10N/CVSBasics
From FedoraProject
< L10N
The Fedora Localization Project - CVS Basics
- The project's CVS space is on the l10n repository . Members of the
cvsl10ngroup have access to it. - Anonymous checkout:
:pserver:anonymous@cvs.fedoraproject.org:/cvs/l10n - Eponymous checkout:
export CVSROOT=:ext:<username>@cvs.fedoraproject.org:/cvs/l10nandcvs co <modulename> - Update your repository:
cvs -z9 up(best done before you start with your translation work) - Check your files:
msgfmt -C <lang>.po - Take a look at the status:
msgfmt --stat <lang>.po - Commit your changed files:
cvs commit [filename] - Add a new file to the CVS:
cvs add [filename]thencvs commit [filename]
