Archive:L10N/CVSBasics
From FedoraProject
It has been requested that this page be deleted.Duplicate of
L10N/Tools
The Fedora Localization Project - CVS Basics
- The project's CVS space is on the l10n repository . Members of the
cvsl10n group have access to it.
- Anonymous checkout:
:pserver:anonymous@cvs.fedoraproject.org:/cvs/l10n
- Eponymous checkout:
export CVSROOT=:ext:<username>@cvs.fedoraproject.org:/cvs/l10n and cvs 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] then cvs commit [filename]