I have uploaded a theme, but my $Id$ tags are still appearing as $Id$ in the d.o download. Just wondering what I'm doing wrong?
I have uploaded a theme, but my $Id$ tags are still appearing as $Id$ in the d.o download. Just wondering what I'm doing wrong?
Comments
Comment #1
avpadernoTry using
/* $Id$ */; I had the same problem once, and when I changed the comment it got fixed.I am not sure if the problem was caused by the character used at the end of the line, but after that the CVS ID has been fixed, even if I changed back the comment to the previous type.
Comment #2
avpadernoI noticed there is another project with the same problem; what I was suggesting in my previous comment is that the end-of-line character could be set to the wrong type. I am not sure if that could make any difference, as Mac OS X uses the Unix line terminator character.
Comment #3
pasqualleIt is possible to turn off keyword substitution.
http://ximbiot.com/cvs/manual/cvs-1.11.6/cvs_12.html
make sure you are not using the `-ko' substitution mode
Comment #4
bdragon commentedWhat Pasqualle said.
The code files in the repo appear to be using ko expansion mode.
You can use
cvs admin -kkv FILENAMEto fix them.Never run this command against image files.
Comment #5
Anonymous (not verified) commentedI'm using a new CVS client now (Cervisia) and haven't had this problem since changing (my new module has been working fine).
One day I'll get around to updating Scaccarium ;)
Thanks guys!