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?

http://drupal.org/project/scaccarium

Comments

avpaderno’s picture

Try 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.

avpaderno’s picture

I 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.

pasqualle’s picture

It 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

bdragon’s picture

Status: Active » Closed (works as designed)

What Pasqualle said.

The code files in the repo appear to be using ko expansion mode.

You can use cvs admin -kkv FILENAME to fix them.
Never run this command against image files.

Anonymous’s picture

I'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!

Component: CVS » Other