Date: 01/24/01
- Next message: Cynic: "Re: [PHP-DOC] cvs add *.* impossible?"
- Previous message: Roman Neuhauser: "[PHP-DOC] cvs: phpdoc /cs/functions apache.xml aspell.xml bc.xml com.xml dir.xml dl.xml filepro.xml gettext.xml http.xml info.xml mail.xml misc.xml readline.xml recode.xml strings.xml url.xml"
- In reply to: Cynic: "[PHP-DOC] cvs add *.* impossible?"
- Next in thread: Cynic: "Re: [PHP-DOC] cvs add *.* impossible?"
- Reply: Cynic: "Re: [PHP-DOC] cvs add *.* impossible?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Cynic wrote:
>
> if I issue that command, no files in current directory get
> added (plus it bails out on ..). Is adding one after one
> the only way?
You don't need to add the English files. BTW Roman Neuhauser added a
bunch of them and all are translated.
The correct way to add files:
cvs add newfile.c
cvs commit -m "Added new translation." newfile.c
This means, you must have a newfile.c in your own repository before it
could be added.
-Egon
-- SIX Offene Systeme GmbH · Stuttgart - Berlin Sielminger Straße 63 · D-70771 Leinfelden-Echterdingen Fon +49 711 9909164 · Fax +49 711 9909199 http://www.six.de Besuchen Sie uns auf der CeBIT 2001, Halle 6, Stand F62/4
- Next message: Cynic: "Re: [PHP-DOC] cvs add *.* impossible?"
- Previous message: Roman Neuhauser: "[PHP-DOC] cvs: phpdoc /cs/functions apache.xml aspell.xml bc.xml com.xml dir.xml dl.xml filepro.xml gettext.xml http.xml info.xml mail.xml misc.xml readline.xml recode.xml strings.xml url.xml"
- In reply to: Cynic: "[PHP-DOC] cvs add *.* impossible?"
- Next in thread: Cynic: "Re: [PHP-DOC] cvs add *.* impossible?"
- Reply: Cynic: "Re: [PHP-DOC] cvs add *.* impossible?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

