Re: [PHP-DOC] cvs add *.* impossible?

2001-01-24 Thread Cynic

could you be a bit more specific? if you mean my commits, 
they have all the same message (all the files from any 
given commit) because I didn't add comments to individual 
files wehn add-ing, only a commit msg.

but I guess I'll just try and see.
thanks for your help.

At 15:22 24.1. 2001, Egon Schmid (@work) wrote the following:
-- 
>Cynic wrote:
>
>> Ok, I already realized the downside (all files have the same
>> commit msg in the cvsweb interface), so I'll bite the bullet
>> and add one after another. It is my understanding that setting
>> a message with the add command overrides any possible commit
>> message as far as the web interface is concerned. Is this true?
>
>No nothing is overriden. See http://cvs.php.net 
>
>-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
--end of quote-- 




Cynic:

A member of a group of ancient Greek philosophers who taught
that virtue constitutes happiness and that self control is
the essential part of virtue.

[EMAIL PROTECTED]





Re: [PHP-DOC] cvs add *.* impossible?

2001-01-24 Thread Egon Schmid (@work)

Cynic wrote:

> Ok, I already realized the downside (all files have the same
> commit msg in the cvsweb interface), so I'll bite the bullet
> and add one after another. It is my understanding that setting
> a message with the add command overrides any possible commit
> message as far as the web interface is concerned. Is this true?

No nothing is overriden. See http://cvs.php.net 

-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



Re: [PHP-DOC] cvs add *.* impossible?

2001-01-24 Thread Cynic

At 15:08 24.1. 2001, Egon Schmid (@work) wrote the following:
-- 
>Cynic wrote:
>> 
>> Roman Neuhauser === Cynic :)
>
>Oops, sorry.

No need to be.

>If you know that you should only add translated files from the cs
>directory, you can try:
>
>cd phpdoc/cs
>cvs add
>cvs commit -m "My new translations."
>
>to add all new files in the cs directory. But be careful and keep the
>size of the added files small. 

Ok, I already realized the downside (all files have the same 
commit msg in the cvsweb interface), so I'll bite the bullet 
and add one after another. It is my understanding that setting 
a message with the add command overrides any possible commit 
message as far as the web interface is concerned. Is this true?



[EMAIL PROTECTED]





Re: [PHP-DOC] cvs add *.* impossible?

2001-01-24 Thread Egon Schmid (@work)

Cynic wrote:
> 
> Roman Neuhauser === Cynic :)

Oops, sorry.
 
> And I was trying to cvs add _translated_ files in _my_
> repository.
> I have caught in the list traffic some time ago that missing
> files are automatically supplied for builds by the framework,
> so I'm not adding them.

If you know that you should only add translated files from the cs
directory, you can try:

cd phpdoc/cs
cvs add
cvs commit -m "My new translations."

to add all new files in the cs directory. But be careful and keep the
size of the added files small. 

-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



Re: [PHP-DOC] cvs add *.* impossible?

2001-01-24 Thread Cynic

Roman Neuhauser === Cynic :)

And I was trying to cvs add _translated_ files in _my_ 
repository. 
I have caught in the list traffic some time ago that missing 
files are automatically supplied for builds by the framework, 
so I'm not adding them.

At 14:53 24.1. 2001, Egon Schmid (@work) wrote the following:
-- 
>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
--end of quote-- 




Cynic:

A member of a group of ancient Greek philosophers who taught
that virtue constitutes happiness and that self control is
the essential part of virtue.

[EMAIL PROTECTED]





Re: [PHP-DOC] cvs add *.* impossible?

2001-01-24 Thread Egon Schmid (@work)

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



[PHP-DOC] cvs add *.* impossible?

2001-01-24 Thread Cynic

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?




Cynic:

A member of a group of ancient Greek philosophers who taught
that virtue constitutes happiness and that self control is
the essential part of virtue.

[EMAIL PROTECTED]