Archive:L10N/CVSBasics
From FedoraProject
(Redirected from L10N/CVSBasics)
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]
