[yast-devel] Fixed $Id$ expansion in SVN Trunk
Hi all, I noticed that many files in yast have $Id$ tag in the header but it is not expanded to full string by SVN so the tags are useless. The problem is caused by empty svn:keywords property. I have fixed properties of all files in SVN Trunk which contained unexpanded $Id$ or $Id:$ string. If the expansion should not be used in a SVN file then remove the property or the tag. (Btw I used find . -name '*.ycp' -exec grep -l '\$Id:*\$' \{\} \; | xargs svn propset svn:keywords "Author Date Id Revision" command to fix YCP files. I changed the suffix to fix also the other types.) -- Best Regards Ladislav Slezák Yast Developer ------------------------------------------------------------------------ SUSE LINUX, s.r.o. e-mail: lslezak@suse.cz Lihovarská 1060/12 tel: +420 284 028 960 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (1)
-
Ladislav Slezak