Go to the previous, next section.
CVS handled binary files but it seems to corrupt them once and while?
So keyword substitution must be prevented in binary files by added info to the rcs files for each binary file. I also prevent it in any files in which I don't plan to insert rcs keywords just to reduce checkout time. This can be done in the repository using the rcs command:
rcs -ko <filenames,v>
How can I use the \$Log\$ keyword with CVS with Objective-C and // comments?
rcs -c"// " <filenames,v>
Go to the previous, next section.