Re: [PHP-DEV] Win32 builds? From: Zak Greant (zak <email protected>)
Date: 12/20/00

Phil Driscoll wrote:
> While I'm in the middle of downloading the zip from Daniels site, can
> someone confirm the CVS syntax I need to use for adding the binary files
> into the distributions folder:
>
> For each binary
>
> cvs add -ko <file>
> cvs commit <file>
> cvs admin -ko <file>
>
> Is this correct - I think I cocked up last time I did it.

I am certainly no expert on this, but it should probably look more like
this:

cvs add -kb <file>
cvs commit -m"Hi, I am a message about this commit" <file>

The -o flag (AFAIR) has no meaning with an add command. Also, admin is for
administrating the repositories history files - do we need to use it?

 --zak

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>