[Kamailio-Devel] Module documentation: encoding and revision number
Henning Westerholt
henning.westerholt at 1und1.de
Wed Jan 14 12:52:30 CET 2009
On Wednesday 14 January 2009, Iñaki Baz Castillo wrote:
> 2009/1/14 Iñaki Baz Castillo <ibc at aliax.net>:
> > Hi, can I use UTF-8 instead of ISO-8859-1 in the "module.xml" file?:
> >
> > <?xml version="1.0" encoding='UTF-8'?>
>
> Well, finally I've used UTF-8. I hope there are no problems with it.
Hi Iñaki,
yes, there should be no problems with it, if the text is also encoded in the
same way.
> Also, how to fill the revision field?:
> <revnumber>$Revision: 4594 $</revnumber>
> Is <revnumber> set automatically or something similar?
This is a standard SVN property. You need to set the the svn:keywords property
on this file, then it will be automatically updated on commit. E.g.:
$ svn proplist -v modules/carrierroute/doc/carrierroute.xml
Properties on 'modules/carrierroute/doc/carrierroute.xml':
svn:keywords : Author
Date
Id
Revision
You can use 'svn propedit' to edit this.Cheers,
Henning
More information about the Devel
mailing list