Justtechjobs.com Find a programming school near you






Online Campus Both


php-documentation-list | 2003101

[PHP-DOC] cvs questions From: Nuno Lopes (nunoplopes <email protected>)
Date: 10/08/03

Hello,

As you know I'm doing the first beta version for the web fron-end for the
translation of the manual.

As I'm not a translator (yet), I would like you to take a look to check if
my commands are right

Thanks,
Nuno Lopes

-------------------------------------------
When the admin run the script for the first time do this:
cvs -z3 -d :pserver:cvsread <email protected>:/repository checkout phpdoc-$LANG
-------------------------------------------------
When a user makes a new translation:
cvs -z3 -d :pserver:$user <email protected>:/repository add -m "New Translation"
$file
««send password»»
cvs -z3 -d :pserver:$user <email protected>:/repository commit $file
------------------------------------------------
When a user edits a current translation:
cvs -z3 -d :pserver:$user <email protected>:/repository commit $file
««send password»»
-------------------------------------------------
When the db is updated (daily)
cvs -z3 -d :pserver:cvsread <email protected>:/repository update -d phpdoc-$LANG
-------------------------------------------------