CVSandCGIProduction scripts
From Odwiki
Back to the CVS and CGI Production
Production Scripts
CVS files types to maintain: file extension cvswrappers description .sh not needed Bourne shell scripts .csh not needed CSH shell scripts .pl not needed Perl script .mel not needed Maya MEL script .cmd not needed Houdini hscript command file .c, .cc, .C not needed C/C++ source code files
Most scripts, whether shell or perl scripts, hscript or mel scripts can be managed quite easily because they are all ASCII files. Sometimes you'll be working on a utility that will compile into an executable, but since the source code files are all ASCII, they can be easily managed by CVS just like any pther code development process. To prevent the binary executables and object files from being imported into the repository, they should be included in the "cvsignore" file.



