You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by kf...@collab.net on 2003/08/06 02:04:45 UTC

Re: cvs keywords on file headers

Miguel Bañón <ce...@iespana.es> writes:
> Does svn have the capability to substitute keywords such vcs? If not,
> how can I incorporate automatically into a file its revision number,
> repository, tag, etc.?

This sort of question is better posted on the
users@subversion.tigris.org list (no big deal, just telling you for
next time).

Yes, we support keywords.  Basically, you set the 'svn:keywords'
property and put text like $Revision$ or $URL$ in your file.  Read the
output of

   $ svn help propset

for more.  You should also see svnbook.red-bean.com for more
documentation.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org