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:[EMAIL PROTECTED]:/repository checkout phpdoc-$LANG ------------------------------------------------- When a user makes a new translation: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository add -m "New Translation" $file ««send password»» cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository commit $file ------------------------------------------------ When a user edits a current translation: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository commit $file ««send password»» ------------------------------------------------- When the db is updated (daily) cvs -z3 -d :pserver:[EMAIL PROTECTED]:/repository update -d phpdoc-$LANG -------------------------------------------------