[JBoss-dev] Why am I losing cvs variable expansion?

Joachim Van der Auwera joachim at progs.be
Mon Jul 24 13:39:58 EDT 2006


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



More information about the jboss-development mailing list