[JBoss-dev] Why am I losing cvs variable expansion?
Heiko Braun
heiko.braun at jboss.com
Tue Jul 25 03:43:46 EDT 2006
You can also enable auto-props in ~/.subversion/config,
Otherwise you'd have to issue that propset command over and over again.
/Heiko
-----Original Message-----
From: jboss-development-bounces at lists.jboss.org
[mailto:jboss-development-bounces at lists.jboss.org] On Behalf Of Joachim
Van der Auwera
Sent: Monday, July 24, 2006 7:40 PM
To: JBoss.org development list
Subject: Re: [JBoss-dev] Why am I losing cvs variable expansion?
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
_______________________________________________
jboss-development mailing list
jboss-development at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development
More information about the jboss-development
mailing list