Scott M Stark wrote:
Any commit I do from within eclipse is dropping the cvs variable
expansion. I don't see anything under the team settings that would
control this. What does?
In svn this is controlled by the "svn:keyword" property. You have to
specify which keyword to expand. eg
svn propset svn:keywords "Id LastChangedDate" filename
will allow expansion of the "Id" and "LastChangedDate" keywords in the
given file.
Kind regards,
Joachim