You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Hari Kodungallur <hk...@gmail.com> on 2007/06/19 20:15:28 UTC

Re: keyword substitution for $Header$

On 6/19/07, Christian Maeder <ma...@tzi.de> wrote:
>
> Hi
>
> I'm converting a cvs repository to svn. By chance all our sources
> contain $Header$ strings that are substituted by cvs.
>
> How can I achieve the same or something similar with svn.
>
> After cvs2svn my svn:keywords properties only have
> "Author Date Id Revision"
>
> I'm thinking of adding "HeadURL" and replacing all my $Header$ strings
> with $HeadURL$ strings.
>
> Is it possible to avoid to change all files by defining "Header" as svn
> keyword somehow?
>

I don't think there is any way to do it automatically other than replacing
it. My suggestion will be to change it to Id (instead of HeadURL).

regards,
-Hari Kodungallur