Re: [Phpvideopro-developers] Dutch helpfiles
Brought to you by:
izzy
From: Itzchak R. <izz...@qu...> - 2001-09-04 16:06:14
|
Hi Tom, Tom Albers wrote: > I'm running into trouble with the cvs commands. Could you give me > the right command > to create and upload the help/nl directory? Since this may not be the only prob you will encounter, and you won't be the only one here <g>, just a hint: http://www.durak.org/cvswebsites/doc/cvs.php#SEC_Top Then especially to your question: this requires multiple steps. Under Windows: x:\phpvideopro\help> cvs add nl x:\phpvideopro\help> cvs add nl\*.* x:\phpvideopro\help> cvs commit Linux <g>: izzy@zion:/cvs/phpvideopro/help> cvs add nl izzy@zion:/cvs/phpvideopro/help> cvs add nl/* izzy@zion:/cvs/phpvideopro/help> cvs commit For whatever reason, CVS won't let you add a directory and the contained files in one step, so you have to add the directory first, then the files, and finally commit. No need to commit in between the first two steps - what makes the question even harder to answer... </izzy> -- Itzchak Rehberg http://www.qumran.org/homes/izzy/ "Advance is the mother of problems." (G.K. Chesterton) |