You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Miguel Bañón <ce...@iespana.es> on 2003/08/05 07:46:56 UTC

cvs keywords on file headers

Hy,

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.?

regards,

Miguel


---Publicidad--------------------------------------------------------
�nete a los miles de sin pareja en Meetic... �te vas a enamorar!
http://www.iespana.es/_reloc/email.meetic


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

Re: cvs keywords on file headers

Posted by kf...@collab.net.
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: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org


Re: cvs keywords on file headers

Posted by kf...@collab.net.
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