On 12/01/2005 09:46 AM, Patrice Dumas wrote:
Hello, I have a rcs keyword in a patch (304-update-Imake-config-files.dpatch for cernlib in devel). When it is expanded the patch fails... I dida cvs up -ko for my local repository, but it isn't the case in the buildsystem. What should I do?I think the resolution of this issue should be added to the page http://fedoraproject.org/wiki/Extras/UsingCvsFaq if there is a resolution...
You can add it with cvs add -kb <yourpatch>. This adds the patch as binary and no substition will be made. There is also a -kk option that should be used to do no keywords substitution, but the last time I tried it, it didn't work...
Best, Oliver