I am not sure if this is the right place, but I guess that there might be others that have similar challenges here.
I am currently using Eclipse 3.2 to synchronize my website project with cvs.drupal.org before committing to a svn-repository which updates my website. I guess this causes my problems with missing filedates when looking at example.com/admin/logs/updates. I get the error message "No filedate available" and "Invalid info". When I look at the .info files I see that they vary with regard to how they are formed.
Any suggestions?
Comments
Comment #1
dwwI suggest you check out the http://drupal.org/project/cvs_deploy module, which is specifically designed to help keep all this stuff sane when you deploy directly from CVS.
Comment #2
tangibre commentedThanks a lot! I will check it out